Unmarshal using token decoder by itchyny · Pull Request #19 · iancoleman/orderedmap

I fixed the unmarshaler to use decoder.Token() to fix #17. Also improves the performance (closes #2). BenchmarkUnmarshalJSON func BenchmarkUnmarshalJSON(b *testing.B) { s := `{ "number": 4, "...