is JQ Transform modifying numbers? How can I get past it?

两盒软妹~` 提交于 2019-12-02 12:24:36

I believe this is because jq can only represent legal JSON data and the number you've given is outside the range that can be represented without loss of precision. See also

If you need to work with larger numbers as strings in jq you may want to try this library:

  • jq-bigint
    A big integer library for working with possibly-signed arbitrarily long decimal strings. Written by Peter Koppstein (@pkoppstein) and released under the MIT license.
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!