as<char*>() now returns true when input is null (issue #330)

This commit is contained in:
Benoit Blanchon
2016-08-15 12:24:08 +02:00
parent a498abc14a
commit 96f486001d
3 changed files with 222 additions and 63 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* `as<char*>()` now returns `true` when input is `null` (issue #330)
v5.6.4
------