replay_model_json
Kind: Function
Domain: Graph, serialization, and replay
Canonical import: from cadflow import replay_model_json
Signature
def replay_model_json(json_str: 'str', *, strict: 'bool' = True) -> 'List[Any]'
Description
Replay a model payload using its canonical low-level graph.
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
json_str | 'str' | yes | - | Not explicitly described in the source docstring. |
strict | 'bool' | no | True | Not explicitly described in the source docstring. |
Returns
Type: 'List[Any]'
The source docstring does not declare additional return semantics.
Errors
The source docstring does not declare a narrower exception contract. Invalid types, values, ownership, paths, or backend state may still raise the corresponding public error.
Behavior and constraints
- Serialized data is intended to remain JSON-safe and should be schema-validated when crossing trust boundaries.
Import check
from cadflow import replay_model_json