Skip to content

Instantly share code, notes, and snippets.

@lporras
Last active March 11, 2020 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lporras/a7fd134313ebc066f66b35526546afa7 to your computer and use it in GitHub Desktop.
Save lporras/a7fd134313ebc066f66b35526546afa7 to your computer and use it in GitHub Desktop.
CSV JSON Example
id,name,email
1,luis,luis@gmail.com
2,juan,juan@gmail.com
[
  { id: "1", name: "luis", email: "luis@gmail.com"},
  { id: "2", name: "juan", email: "juan@gmail.com"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment