Expand description
JSON type representations for schema validation.
Provides JsonType for individual types and JsonTypeSet for efficient
bitset-based type checking in validation hot paths.
Structs§
- Json
Type Set - A set of JSON types.
- Json
Type SetIterator - Iterator for traversing the types in a
JsonTypeSet.
Enums§
- Json
Type - Represents a JSON value type.