Ask a question to get started
Enter to sendā¢Shift+Enter new line
node_data_json( node: Node, *, with_schemas: bool = False ) -> dict[str
node
Node
with_schemas
bool
False
Convert the data of a node to a JSON-serializable format.
The Node to convert.
Whether to include the schema of the data if it is a Pydantic model.