json-iterator / go

A high-performance 100% compatible drop-in replacement of "encoding/json"
http://jsoniter.com/migrate-from-go-std.html
MIT License
13.34k stars 1.02k forks source link

Fix incorrect indention marshaling map/object #565

Open creekwax opened 3 years ago

creekwax commented 3 years ago

Fix issue #564 .

  1. Substream in sortKeysMapEncoder inherits indention from parent.
  2. Revert extra newline&indention for obj with no writable fields.
  3. Add more test cases for MarshalIndent API.