|
|
|
|
|
by Cloudef
813 days ago
|
|
First thing that I check before using a JSON parser library is that if it lets me to get the number as a string and let me do my own conversion. Libraries that try to treat the number as double or bring in a large bigint/decimal library gets usually pass from me. |
|
That's what prometheus is doing for example. https://prometheus.io/docs/prometheus/latest/querying/api/