Created
November 18, 2015 20:22
-
-
Save chrisabrams/9a1c7c709703118af350 to your computer and use it in GitHub Desktop.
something like this
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
{ | |
"author": { | |
"name" | |
"image" | |
} | |
"items": [ | |
{ | |
"caption": "im a caption", | |
"image": { | |
"src": "something.jpg" | |
}, | |
"header": "im a header" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment