Expand description
Priority-based JSON streaming implementation
This module implements the core Priority JSON Streaming protocol with:
- Skeleton-first approach
- JSON Path based patching
- Priority-based field ordering
- Incremental reconstruction
Structs§
- Json
Patch - Patch operation for updating JSON structure
- Json
Path - JSON Path for addressing specific nodes in the JSON structure
- Priority
Streamer - Priority-based JSON streamer
- Streamer
Config - Streaming
Plan - Plan for streaming JSON with priority ordering
Enums§
- Patch
Operation - Path
Segment - Priority
Stream Frame - Streaming frame containing skeleton or patch data