This repository was archived by the owner on Dec 4, 2019. It is now read-only.
This repository was archived by the owner on Dec 4, 2019. It is now read-only.
json.RawMessage and json.Decoder.UseNumber #21
Going along with #12, it seems logical to support these as well to make a drop-in replacement for
encoding/json. I'll admit I'm not sure what the implications of each is but they're exported by the standard library so we'd have to find workarounds if they're not in objconv as well.