Module json

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.

JSON utilities for the NeMo Relay 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 Relay runtime.