Last active
December 31, 2017 03:40
-
-
Save elderbas/63dda21403951c37c05e45b1e083105a to your computer and use it in GitHub Desktop.
Inserting Multiple Changesets Into Database - people json examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"people": [ | |
{"name": "Peter Hamilton"}, | |
{"name": "John Smith"}, | |
{"name": "Edward James"} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment