November 09, 2010
Hi

I'm trying to decode some json using std.json. I have figured out how to get at primitives out but can't get to a dictionary object.

If I send something like {"mode":"am"} from my javascript and then say:
value = parseJSON(message);
I get a JSONValue struct. I can't find any documentation for this. Can
anyone help?

bob