Expand description
Path utilities for JSON pointer operations
This module provides JSON pointer normalization and access functions for efficient native serde_json operations.
Structs§
- Array
Metadata - Extract table metadata for fast array operations during schema parsing
Functions§
- dot_
notation_ to_ schema_ pointer - Convert dotted path to JSON Schema pointer format
- get_
array_ element - Fast array indexing helper for JSON arrays
- get_
array_ element_ by_ pointer - Fast array indexing with JSON pointer path
- get_
value_ by_ pointer - Fast JSON pointer-based value access using serde’s native implementation
- get_
value_ by_ pointer_ without_ properties - get_
values_ by_ pointers - Batch pointer resolution for multiple paths
- normalize_
to_ json_ pointer - Normalize path to JSON pointer format for efficient native access
- pointer_
to_ dot_ notation - Convert JSON pointer or schema pointer to dotted notation