← Back to the Data Processing category

JSON Flatten

This node flattens nested JSON objects into a single-level object using dot notation for nested keys.

DataJSONTransformFlatten
Try this node

Inputs

NameTypeRequiredDescription
valuejsonYesThe JSON value to flatten
separatorstringNoSeparator for nested keys (default: '.')
includeArraysbooleanNoWhether to include array indices in flattened keys (default: true)

Outputs

NameTypeDescription
resultjsonThe flattened JSON object
keyCountnumberNumber of keys in the flattened object
successbooleanWhether the flattening was successful

Related Nodes in Data Processing