Value nodes
Last updated
Was this helpful?
Last updated
Was this helpful?
are key-value pairs with optional keys. They cannot have child nodes and thus are always the leaves of settings node trees. Standalone values are rare: most of the time value nodes can be found inside or .
Value nodes are typically mapped to primitive types during .
Property
Description
Name
Value
Useful payload. The value of a object field or array element. Can be null.
Children
Always returns an empty sequence.
this[name]
Always returns null
.
Two value nodes are considered equal if their values match exactly and their names match up to differences in case.
Required if nested in an , optional otherwise.