Created
October 3, 2017 16:49
-
-
Save Synvox/dc65b4db8b0081c0fff3db2b2e6af740 to your computer and use it in GitHub Desktop.
ticks
This file contains 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
var json = `{ "familyMemebers" : [ | |
{ "firstName":"Nancy" , "lastName":"Palmer" }, | |
{ "firstName":"Addison" , "lastName":"Palmer" }, | |
{ "firstName":"Davin" , "lastName":"Palmer" }, | |
{ "firstName":"Janey" , "lastName":"Palmer" } | |
]}` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you. This is awesome. Dude, I need some more practice on this stuff.