samplex_from_json

samplomatic.serialization.samplex_from_json(json_data: str) Samplex[source]

Load a samplex from a json string.

Parameters:

filename – The json string.

Returns:

The loaded samplex.

Raises:

SerializationError – If the SSV specified in the json string is unsupported.