Wednesday, September 2, 2015

JSON Flattener

Description:

I couldn't find something that would convert a JSON file to a flat CSV. While there are some examples out there which will traverse the first level of the tree, this will traverse the tree and repeat the parent values for the child elements.

Technology:

This program I wrote is 100% html + Javascript.

Code:

 
Demo:



Data:

No comments:

Post a Comment