query-json
query-json copied to clipboard
Faster, simpler and more portable implementation of `jq` in Reason
jq Version: 1.6-1ubuntu0.20.04.1 and query-json from the github sep 2020 release ``` $ wget -q https://github.com/json-iterator/test-data/raw/master/large-file.json $ time jq . large-file.json >/dev/null real 0m1,437s user 0m1,260s sys 0m0,040s $ time...
First I would love to profile q and try to understand where are the pain points, and I have no clue how to do that yet. ### Assumption The biggest...
I know this is not very helpful, but here is an error message: ``` Yojson.Json_error("Line 19063, bytes 25-45:\nInt overflow '4611686018427387928'") There was an error reading the file ``` It seems...
The README indicates that .[] has been implemented, but the following queries both fail using query-json (version 0.5.20): ``` $ jq '.[0,1]'