variables

Convert Json To Expression

Convert a JSON-serialized PyBaMM symbol back to an expression string.

This reconstructs a PyBaMM expression string from the JSON representation. The resulting expression can be evaluated back to the same symbol.

Parameters

request : JsonToExpressionRequest Request body containing the JSON-serialized PyBaMM symbol

Returns

JsonToExpressionResponse Response with the expression string

post/variables/convert-json-to-expression

Request body

valueobject required

Response

Successful Response

expressionstring required

Changes