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.
Functions§
- number_
is_ integer - Whether
nholds an integer value per drafts 6+ (floats with a zero fractional part count as integers).