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.
object
1 parent cafdc18 commit 8c8caf1Copy full SHA for 8c8caf1
concepts.md
@@ -68,7 +68,7 @@ and tool expressions **should not** rely on it nor try to parse it.
68
An **object** is a data structure equivalent to the "object" type in JSON,
69
consisting of an unordered set of name/value pairs (referred to here as
70
**fields**) and where the name is a string and the value is a string, number,
71
-boolean, array, or object.
+boolean, array, object, or null.
72
73
A **document** is a file containing a serialized object, or an array of objects.
74
0 commit comments