Home - Paranoid-AF/Jsona GitHub Wiki
JSONa
Jsona
Jsona
is a namespace containing functions for parsing JSON into Value
and stringifying Value
back into JSON, and a class called Value
for storage of data.
JsonaValue
Every single value created by Jsona is actually stored in JsonaValue
, even arrays and objects in JSON are converted to arrays and dictionaries of JsonaValue
.
It also provides convenient ways of accessing values in deep trees of JSON array and objects. And you could modify the values in JsonaValue
, too.
Oh, a DEMO is also available.
If you want go straightforward...or just a reference of some sort.