durban / seals

Tools for schema evolution and language-integrated schemata
Apache License 2.0
65 stars 7 forks source link

Optimize Atom JSON representation #24

Closed durban closed 8 years ago

durban commented 8 years ago

Currently Atoms are represented by a JSON object:

{ "value": "1234" }

It would be nice if this could be a JSON string instead:

"1234"