Skip to content

v0.3.7: tolerate leading spacing in json.RawMessage

Choose a tag to compare

@extemporalgenome extemporalgenome released this 27 Nov 18:37
· 7 commits to master since this release
6dfc1b0
fix encoding RawMessage that contains leading space (#136)

* fix encoding RawMessage that contains leading space.

* add json/bugs/issue136