Module priority

Module priority 

Source
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§

JsonPatch
Patch operation for updating JSON structure
JsonPath
JSON Path for addressing specific nodes in the JSON structure
PriorityStreamer
Priority-based JSON streamer
StreamerConfig
StreamingPlan
Plan for streaming JSON with priority ordering

Enums§

PatchOperation
PathSegment
PriorityStreamFrame
Streaming frame containing skeleton or patch data