yajl/example
Lloyd Hilaiel c152ba0ab3 documentation updates 2011-04-25 11:06:16 -06:00
..
CMakeLists.txt initial merge/port of Florian Forster's yajl_tree implementation, along with a new utility routine yajl_tree_get() and an example 2011-04-22 15:39:40 -06:00
README.md talk a little bit more about this yajl_tree.h example 2011-04-22 15:40:45 -06:00
parse_config.c documentation updates 2011-04-25 11:06:16 -06:00
sample.config initial merge/port of Florian Forster's yajl_tree implementation, along with a new utility routine yajl_tree_get() and an example 2011-04-22 15:39:40 -06:00

README.md

This directory holds an example of how one might use yajl in the simplest possible way, to do something like parse and extract values from a configuration file.

Note that use of the yajl_tree.h utility is completely optional, and yajl_parse.h offers a lower level stream parsing API that is more efficient and flexible at the cost of some complexity.