Add PARSE_JSON() Built-In Function
Valter Inc
Add inline PARSE_JSON() function to create collections and arrays without separate modules.
This enables:
- Converting JSON strings to arrays/objects directly in formulas
- Reducing module count and operation usage
- Simplifying data transformation
Suggested syntax:
PARSE_JSON(jsonString) returns parsed collection/array
This streamlines JSON handling and allows using JSON directly within array functions like MAP().
Log In