summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-04-22 15:40:45 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-04-22 15:40:45 -0600
commita03bd0c9c61092f664c97a51b1b0262f8499e21b (patch)
treee297fd14812d926f005919a1d3a28d8ad427521c
parent668e787b1cdba118d73efc233e8a48306c2033d6 (diff)
downloadyajl-a03bd0c9c61092f664c97a51b1b0262f8499e21b.tar.gz
talk a little bit more about this yajl_tree.h example
-rw-r--r--example/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/README.md b/example/README.md
index 20da388..25af1d5 100644
--- a/example/README.md
+++ b/example/README.md
@@ -1,3 +1,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.