Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Big digital distortion #2109

Closed
weichangdong opened this issue Apr 29, 2020 · 1 comment
Closed

Big digital distortion #2109

weichangdong opened this issue Apr 29, 2020 · 1 comment

Comments

@weichangdong
Copy link

jq --version
jq-1.6

echo '[{"mid":1,"pid":200424030000041504}]'|jq
[
  {
    "mid": 1,
    "pid": 200424030000041500
  }
]
@itchyny
Copy link
Contributor

itchyny commented Apr 29, 2020

This is a frequently asked question (#545 #1652 #1959) and is already fixed in the master HEAD (implemented by #1752).

 % jq --version
jq-master-50a7022
 % echo '[{"mid":1,"pid":200424030000041504}]'|jq
[
  {
    "mid": 1,
    "pid": 200424030000041504
  }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants