From 55726622d273e07d4538860ce5762945ed76f797 Mon Sep 17 00:00:00 2001 From: suwatchai Date: Sat, 3 Oct 2020 19:26:23 +0700 Subject: [PATCH] Add support for JSON Array construction from string. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5302f25..39215c7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # The Json Parser/Editor Arduino library. -The easiest Arduino library JSON parser, builder and editor, v 2.3.7. +The easiest Arduino library JSON parser, builder and editor, v 2.3.8. FirebaseJson doesn't use the recursive call to parse or deserialize complex or nested JSON objects and arrays.