JSON-like object view backed by a mutable map.
Provides typed accessors and factory helpers for nested arrays/objects while preserving nullability and absent-key semantics.
Returns a nested array at key or null if absent.
Returns the boolean value for key or null if absent/non-boolean.
Creates and inserts an empty array at key, returning it.
Creates and inserts an empty object at key, returning it.
Returns the numeric value for key or null if absent/non-numeric.
Returns a nested object at key or null if absent.
Returns the string value for key or null if absent.