Cast Op

This operation casts one value into another value.

Definition: ["cast", <into: expression(string), string>, <from: expression(any)>]

Usage

Request:

["cast", "float", ["value", "1.45"]]

Response:

1.45

Typical Usage

You would use this operation to convert one value into another when needed.