jmoiron / jsonq

simple json field access for golang
MIT License
585 stars 76 forks source link

Add json.Number support #15

Closed jwangdx closed 4 years ago

jwangdx commented 4 years ago

It would be great to include json.Number support for numbers larger than MAX_INT.

jwangdx commented 4 years ago

Duplicate to https://github.com/jmoiron/jsonq/issues/9.