Skip to content

v0.3.7: tolerate leading spacing in json.RawMessage

Compare
Choose a tag to compare
@extemporalgenome extemporalgenome released this 27 Nov 18:37
· 3 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