0.0.2 • Published 11 years ago

hive-parser v0.0.2

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

hive-parser

Hive parser is an event driven parser for a JSON object.

the parsers in hive parser are designed to handle the key-value pairs of a single object or array. They apply each relevant handler in their stack to the key-value pairs therein.

Handlers apply themselves to each node that passes their test() function.

Both the creation of the handlers and parsers and the excution of parse() are callback-centric; they use promises to return their values, as demonstrated in the unit tests.

FAIR WARNING: Hive Parser is not designed to handle recursive structures.

0.0.2

11 years ago

0.0.1a

11 years ago

0.0.1

11 years ago