From c8448b0abf2278dc1cdd089c72f3127511348249 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Mon, 29 Feb 2016 09:27:52 +0100 Subject: [PATCH] Added Gustavo Donizeti Gini to the list of donators --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a560077..5bbfa91a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ Features * JSON decoding (comments are supported) * JSON encoding (with optional indentation) * Elegant API, very easy to use -* Efficient (no malloc, nor copy) +* Fixed memory allocation (zero malloc) +* No data duplication (zero copy) * Portable (written in C++98) * Self-contained (no external dependency) * Small footprint @@ -116,6 +117,7 @@ Special thanks to the following persons and companies who made generous donation * A B Doodkorte * Scott Smith * Johann Stieger +* Gustavo Donizeti Gini ---