Skip to main content

Module json

Module json 

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