Structs§
- Value
Enum - A value for an enum. Strings are used instead of numbers so that we can handle loading “broken” data.
- Value
Map - Hashmap-like container
- Value
Record - A struct-like container of properties
Enums§
- Property
Value - All the possible value types that can exist that do not potentially contain values within them. So excludes containers, nullable, records, etc.
- Value
- All the possible types that can be stored in a Value