From db300df41be1c9f44a9a117be68900f805ad1959 Mon Sep 17 00:00:00 2001 From: rafagafe Date: Wed, 19 Oct 2016 01:27:31 +0200 Subject: [PATCH] Readme file is updated. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1b949f0..b8a43c6 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ # tiny-json +tiny-json is a versatile and easy to use json parser suitable for IoT. +It does not use recursivity. +It does not use dynamic memory. +It has not limits in nested level in arrays or json objects.