Skip to content

Instantly share code, notes, and snippets.

@mshakhomirov
Created October 20, 2019 17:20
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 mshakhomirov/91a75c9ba949a1acd6f54407997a16e7 to your computer and use it in GitHub Desktop.
Save mshakhomirov/91a75c9ba949a1acd6f54407997a16e7 to your computer and use it in GitHub Desktop.
newline_delimited_json.json
{"id": "1", "first_name": "John", "last_name": "Doe", "dob": "1968-01-22", "addresses": [{"status": "current", "address": "123 First Avenue", "city": "Seattle", "state": "WA", "zip": "11111", "numberOfYears": "1"}, {"status": "previous", "address": "456 Main Street", "city": "Portland", "state": "OR", "zip": "22222", "numberOfYears": "5"}]}
{"id": "2", "first_name": "John", "last_name": "Doe", "dob": "1968-01-22", "addresses": [{"status": "current", "address": "123 First Avenue", "city": "Seattle", "state": "WA", "zip": "11111", "numberOfYears": "1"}, {"status": "previous", "address": "456 Main Street", "city": "Portland", "state": "OR", "zip": "22222", "numberOfYears": "5"}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment