Nested Objects
Hyperspace supports the use of nested objects through the standard Python dictionary syntax or using the "." token. Nested objects are stored as a sub-dictionary of the parent object, and can be accessed iteratively.
Example
Where-
doc["nested_object"] is a nested list of dictionaries.
Last updated