JSON
The following functions allow you to manipulate JSON strings in expression bindings.
📄️ jsonFormat
Takes a string, and returns a prettyprints string
📄️ jsonGet
Takes a JSON friendly string and a path string, and returns the value of that path.
📄️ jsonSet
Takes a JSON friendly string, a path string, and value, and will return a new JSON friendly string with the provided path set to the provided value.