Hello all!
What is the best library for JSON files parsing?
Found few of them:
- GitHub - talentdeficit/jsx: an erlang application for consuming, producing and manipulating json. inspired by yajl
- GitHub - gearnode/erl-json: An implementation of the JSON data format in Erlang.
- GitHub - sile/jsone: Erlang JSON library
Could someone write out some info about usage of any of them. My goals read/write JSON and validating it. My JSON files is kind of configs that must be correctly maintained because there are automation that is written with Perl/Rex and JSON files kind of universal configuration instead of native Erlang and native Perl config files. Both of them is incompatible. That’s why trying to use JSON files as configuration files