Skip to main content
Convert Json To Expression
curl --request POST \
  --url https://api.ionworks.com/variables/convert-json-to-expression \
  --header 'Content-Type: application/json' \
  --data '{
  "value": {}
}'
{
  "expression": "<string>"
}

Body

application/json

Request body for converting JSON-serialized PyBaMM symbol to string.

value
Value · object
required

Response

Successful Response

Response body with PyBaMM expression string.

expression
string
required