We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f185b commit c8eee4eCopy full SHA for c8eee4e
docs/Runtime Environment/Library Reference/JSON.md
@@ -67,4 +67,7 @@ decoded = json.decode(encoded)
67
assert(decoded.key == "Hello")
68
assert(type(decoded) == "table")
69
assert(decoded.nested.nested_key == 1337)
70
-```
+```
71
+---
72
+## Encoding Null Values
73
+The `json.null` value — assuming you did `local json = require("json")` — can be used to encode null JSON values.
0 commit comments