diff --git a/README.md b/README.md index f398071..011e051 100644 --- a/README.md +++ b/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")