Created
January 12, 2018 18:11
-
-
Save gregturn/3cffdb21c242c42f5351d791c06a3be5 to your computer and use it in GitHub Desktop.
Collection+JSON data, done correctly
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
"data" : [ | |
{"name" : "full-name", "value" : "M. Smith", "prompt" : "Full Name"}, | |
{"name" : "email", "value" : "[email protected]", "prompt" : "Email"} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment