extras/tests/JsonDeserializer
invalid_input.cpp +1 -0
string.cpp +4 -4
src/ArduinoJson/Json
JsonDeserializer.hpp +18 -1
Utf8.hpp +8 -4
@@ -17,10 +17,10 @@ TEST_CASE("Valid JSON strings value") {
@@ -189,6 +189,7 @@ class JsonDeserializer {
@@ -208,7 +209,20 @@ class JsonDeserializer {
@@ -220,6 +234,9 @@ class JsonDeserializer {
+ 8
- 4
@@ -10,17 +10,21 @@ namespace ARDUINOJSON_NAMESPACE {
Line not covered in unit tests.