Expand description
Reactive JSON document store with JSON Pointer support.
Implements the A2UI DataModel specification:
- JSON Pointer (RFC 6901) get/set with A2UI extensions
- Auto-vivification of intermediate paths
- Bubble & cascade notification strategy
- Relative path resolution (handled by DataContext)
Structsยง
- Data
Model - A reactive JSON document store with JSON Pointer support.
- Data
Model Event - Event emitted when data changes.