Skip to main content

Quantela platform user manual

FlattenNested

Description

Flatten a nested JSON object. For example:

{a:[{b:["c","d"]}]} =>
{"a[0].b[0]":"c","a[0].b[1]":"d"}

Input

JSON

Output

JSON