Skip to main content

Module data_model

Module data_model 

Source
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ยง

DataModel
A reactive JSON document store with JSON Pointer support.
DataModelEvent
Event emitted when data changes.