ajson
ajson copied to clipboard
ENHANCEMENT: Inconsistent sort order of children elements during marshalling
Marshaling of the same node returns a list of children nodes in a different order.
Possibly because of the range over a map of children here:
https://github.com/spyzhov/ajson/blob/master/encode.go#L66