ajson icon indicating copy to clipboard operation
ajson copied to clipboard

ENHANCEMENT: Inconsistent sort order of children elements during marshalling

Open tpoxa opened this issue 7 months ago • 1 comments

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

tpoxa avatar Jul 19 '24 18:07 tpoxa