Add json parser to Parabix tools
This Merge Request adds a new tool for verifying if a given json is valid. It also converts the a given json to csv, if the flag -c
is provided.
For checking if the json
tool is working properly, run:
make json_test
For checking with the files used for performance on simdjson
, run:
make json_perf
added 15 commits
-
589f0b52...4bcf2e83 - 14 commits from branch
master
- 5ce03ae2 - Merge branch 'master' into json-app-merge
-
589f0b52...4bcf2e83 - 14 commits from branch
Please register or sign in to reply