Script for comparing various JSON encoding/decoding libraries
- ejson
- jiffy
- json
- jsonx
- jsx
- mochijson2
To execute these benchmarks, you must have a working erlang (erl & escript) on the path.
To download dependencies and compile:
make all
After compiling, you can run by executing:
make run