I noticed that JSON files don't have null
values for certain properties, because they don't list the property at all... this, compared to XML, creates me lot of problems ...
I wonder if there is any function to find a property inside JSON...
I imagine something in jQuery like
$(data).find("myPropertyIneed").val();
instead of data.MainCategory.otherStuff.myPropertyIneed