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.