FlattenNestedDescriptionFlatten a nested JSON object. For example:{a:[{b:["c","d"]}]} => {"a[0].b[0]":"c","a[0].b[1]":"d"}InputJSONOutputJSON