One entry in a node's children array.
children
A child may be raw text, a number, JSON null, or a nested element — the four JSON forms a children array can hold, each kept as a distinct typed variant.
null
A nested element child wrapping a Node.
A JSON null child.
A numeric child (a JSON number), held as a Double.
A text child (a JSON string).