I have some HTML that contains a JSON string. In the on DOM ready callback, I have something like this:
MyObject = JSON.parse($(\'#TheJsonString\').
Try accessing the property in this way:
var SomeVar = MyObject['MyProp1'];