Untitled

 avatar
unknown
plain_text
2 years ago
174 B
6
Indexable
Then there was a question around JSON parsing. How would you flatten the JSON?
For example:
given :{k1:[{k2:k3},{k4:k6}]} o/p should be {{"k1_0_k2":"k3"}, {"k1_1_k4":"k6"}}
Editor is loading...