bnclabs / gson

Algorithms on data formats - JSON, CBOR, Collation.
http://prataprc.github.io/jsonsort.io
MIT License
19 stars 8 forks source link

JSON: Sort map keys before converting from Value to Json. #21

Open prataprc opened 7 years ago

prataprc commented 7 years ago

NewValue(map).ToJson(jsn).Bytes() should return JSON string with keys sorted.

prataprc commented 7 years ago

JSON is also exposed to users via API. This means JSON Properties may not have its keys sorted. Would be a good feature to implement: