The variable_value_json_visitors.py module#

Summary#

VariableValueToJsonVisitor

Visitor that returns a JSON serializable representation of an IVariableValue.

JsonToVariableValueVisitor

Visitor that takes a JSON serializable representation of an IVariableValue and

VariableTypeToJsonVisitor

Visitor that returns a JSON serializable representation of an VariableType.

Description#

Defines visitors for translating variable types and values to/from JSON.