My JSON object evaluates to:
{ \"@io\": IO, \"@type\": XXX }
If this variable is called my_json, how do I access the @ty
my_json
@ty
If it ends up evaluating you can take the object and probably grab it by the key.
ie obj["@type"]. But something does seem a bit off.