Closed durban closed 8 years ago
Currently Atoms are represented by a JSON object:
Atom
{ "value": "1234" }
It would be nice if this could be a JSON string instead:
"1234"
Currently
Atom
s are represented by a JSON object:It would be nice if this could be a JSON string instead: