DVineStructure.to_json

DVineStructure.to_json(self) str

Converts the structure into a JSON-like str object.

The JSON-like str object contains two nodes: "array" for the structure triangular array and "order" for the order vector.

Returns:

The JSON-like str object containing the structure.