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