Update README.md

This commit is contained in:
Krzysztof Gabis 2021-06-07 21:16:11 +02:00 committed by GitHub
parent 2d7b3ddf12
commit 8ed9ff63b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@
Parson is a lightweight [json](http://json.org) library written in C. Parson is a lightweight [json](http://json.org) library written in C.
## Features ## Features
* Full JSON support
* Lightweight (only 2 files) * Lightweight (only 2 files)
* Simple API * Simple API
* Addressing json values with dot notation (similar to C structs or objects in most OO languages, e.g. "objectA.objectB.value") * Addressing json values with dot notation (similar to C structs or objects in most OO languages, e.g. "objectA.objectB.value")