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.