From 848cf48c083957fa0264d637c512f336162986b4 Mon Sep 17 00:00:00 2001 From: rafagafe Date: Sun, 13 May 2018 23:12:38 +0200 Subject: [PATCH] Update read me file --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f8a8347..09a2d64 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # tiny-json -- update warning: "ISO C99 doesn't support unnamed structs/unions" - tiny-json is a versatile and easy to use json parser in C suitable for embedded systems. It is fast, robust and portable. It is not only a tokenizer. You can get data in string format or get the primitives values in C type variables without performance loss.