Fixed deserializeJson() not being picky enough (fixes #969)

This commit is contained in:
Benoit Blanchon
2019-04-20 15:12:29 +02:00
parent 6071bd07ec
commit 6011a2f51a
4 changed files with 12 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ HEAD
----
* Fixed error "attributes are not allowed on a function-definition"
* Fixed `deserializeJson()` not being picky enough (issue #969)
v6.10.0 (2019-03-22)
-------