Skip to content

Commit 8c8caf1

Browse files
committed
Data concepts: object acceptable value types include null
1 parent cafdc18 commit 8c8caf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ and tool expressions **should not** rely on it nor try to parse it.
6868
An **object** is a data structure equivalent to the "object" type in JSON,
6969
consisting of an unordered set of name/value pairs (referred to here as
7070
**fields**) and where the name is a string and the value is a string, number,
71-
boolean, array, or object.
71+
boolean, array, object, or null.
7272

7373
A **document** is a file containing a serialized object, or an array of objects.
7474

0 commit comments

Comments
 (0)