Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I love that this handles big numbers without modifying them unlike `jq` - https://github.com/stedolan/jq/issues/2182

   $ echo "{\"a\": 13911860366432393}" | jq "."
   {
     "a": 13911860366432392
   }

   $ echo "{\"a\": 13911860366432393}" | gron | gron -u
   {
     "a": 13911860366432393
   }
I can now happily uninstall `jq`. I've been burned by it way too many times.


ouch, I did not know that! thanks for the warning, need to check if my installed version has the fix already.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: