File: README.md

package info (click to toggle)
yajl 2.1.0-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,164 kB
  • sloc: ansic: 4,441; sh: 144; makefile: 19
file content (7 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
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.