summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 05e55874f..d4fb404f7 100644
--- a/README.md
+++ b/README.md
@@ -97,10 +97,11 @@ API
Token types are described by `jsmntype_t`:
typedef enum {
- JSMN_PRIMITIVE = 0,
+ JSMN_UNDEFINED = 0,
JSMN_OBJECT = 1,
JSMN_ARRAY = 2,
- JSMN_STRING = 3
+ JSMN_STRING = 3,
+ JSMN_PRIMITIVE = 4
} jsmntype_t;
**Note:** Unlike JSON data types, primitive tokens are not divided into