Convert Json To Expression
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
Convert Json To Expression