openbsd-ports/devel/erl-jiffy/pkg/DESCR
jasper 8599304a33 import erl-jiffy
Jiffy is a JSON parser as a NIF. This is a complete rewrite of the work
I did in EEP0018 that was based on Yajl. This new version is a hand
crafted state machine that does its best to be as quick and efficient as
possible while not placing any constraints on the parsed JSON.

ok aja@
2013-03-08 11:58:15 +00:00

5 lines
276 B
Plaintext

Jiffy is a JSON parser as a NIF. This is a complete rewrite of the work
I did in EEP0018 that was based on Yajl. This new version is a hand
crafted state machine that does its best to be as quick and efficient as
possible while not placing any constraints on the parsed JSON.