Syntax
FLATTEN_JSON(object, [separator])
Examples
Input |
|
Formula |
|
Output |
|
FLATTEN_JSON
Flattens nested JSON into a new object with a single layer of key/value pairs. Default key separator is a period or full stop (.
)
FLATTEN_JSON(object, [separator])
Input |
|
Formula |
|
Output |
|