Converting an array of structured JSON objects into a CSV file.
- Cleanliness
- Extensibility
- Robustness
- Test coverage
Open an interactive ruby process with irb -I ./lib
[1] pry(main)> require 'jtc'
=> true
[2] pry(main)> JTC.convert(File.read('./spec/test_data/users.json'))