summaryrefslogtreecommitdiff
path: root/vendor/parson/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/parson/README.md')
-rw-r--r--vendor/parson/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/parson/README.md b/vendor/parson/README.md
index f398071..011e051 100644
--- a/vendor/parson/README.md
+++ b/vendor/parson/README.md
@@ -2,7 +2,6 @@
Parson is a lightweight [json](http://json.org) library written in C.
## Features
-* Full JSON support
* Lightweight (only 2 files)
* Simple API
* Addressing json values with dot notation (similar to C structs or objects in most OO languages, e.g. "objectA.objectB.value")