From 8ed9ff63b0aac02cc0a94f66189234658b57510f Mon Sep 17 00:00:00 2001 From: Krzysztof Gabis Date: Mon, 7 Jun 2021 21:16:11 +0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) 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")