CodeForPhilly / jawn

'Git for Tabular Data'
http://datjawn.com
BSD 3-Clause "New" or "Revised" License
44 stars 9 forks source link

Try this: Import Rows from a CSV File and Convert to JSON #20

Closed flyingzumwalt closed 8 years ago

flyingzumwalt commented 8 years ago

Everyone should try this, or at least think through how you would write the code and test it. If you have time, take a stab at it before Wednesday so we can consider the different approaches we come up with. This will give us an opportunity to look at API design, IO streams, and unit testing with tape (see the tape examples.

Write a module that

Ideally write at least one test.

If you get it working, post the code to your fork of jawn and submit a Pull Request.