handle null

This commit is contained in:
Robin Appelman 2020-12-02 23:23:01 +01:00
commit 27b1552c94
4 changed files with 33 additions and 30 deletions

View file

@ -13,6 +13,7 @@ fn main() {
"array" => [1,2,3,4],
"bool" => false,
"negative" => -1,
"null" => null,
)
"###;