My JSON object evaluates to:
{ "@io": IO, "@type": XXX }
If this variable is called my_json, how do I access the @type value of XXX? I tried my_json.@type, but this is giving errors. Help appreciated. Thanks,
Nick
My JSON object evaluates to:
{ "@io": IO, "@type": XXX }
If this variable is called my_json, how do I access the @type value of XXX? I tried my_json.@type, but this is giving errors. Help appreciated. Thanks,
Nick