Module json
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.
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 NeMo Relay APIs.