Expand description
JSON utilities for the NeMo Flow runtime.
This module provides a Json type alias for serde_json::Value used
throughout the crate, and a merge_json helper for shallow-merging
optional JSON values.
Functions§
- merge_
json - Shallow-merge two optional JSON values.
Type Aliases§
- Json
- Type alias for
serde_json::Value, used as the universal JSON representation throughout the NeMo Flow runtime.