I'm trying the example code for the JSONMBS plugin found at:
http://www.monkeybreadsoftware.net/javascriptobjectnotation-jsonmbs-method.shtml
and can't seem to get it to run properly.
When I run the following code on the 13.3 and 13.4 versions of the plugin I get
a "This item does not exist" error message on the "MsgBox.jo.Child("key".Text
line.
dim jv as JSONMBS = JSONMBS.NewStringNode("value")
dim jo as JSONMBS = JSONMBS.NewObjectNode
jo.AddItemToObject("key", jv)
// shows {"key": "value"}
MsgBox jo.toString
MsgBox jo.Child("key").Text <------ This is the line
Through experimentation it appears that the Text method is not part of the
JSONMBS object. Has this been depreciated? If so is there a replacement method
that I should be using?
Thanks,
Don
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info