hpcflow.sdk.core.json_like#

Serialization and deserialization mechanism intended to map between a complex graph of objects and either JSON or YAML.

Module attributes

PRIMITIVES

Primitive types supported by the serialization mechanism.

Functions

to_json_like

Convert the object to a JSON-like basic value tree.

Classes

BaseJSONLike

An object that has a serialization as JSON or YAML.

ChildObjectSpec

Used to describe what the child structure of an class is so that the generic deserializer can build the structure.

JSONLike

BaseJSONLike, where the class namespace is the App instance.