From bb33b45ecead58ae245f42fc6a14460de8b87ddc Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Sat, 8 Feb 2014 10:35:48 -0800 Subject: [PATCH] Clarify about reading trees --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d50b7c..6cb0061 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ You can also read from anything you want by calling json_begin() with your own read() and peek() functions that return or preview, respectively, the next UTF-8 byte from your input stream. -Reading single JSON objects ---------------------------- +Reading full JSON trees +----------------------- The simplest form is json_read_tree(), which reads a complete JSON object from the stream, or NULL if there was an error or on end of file.