-
-
Save diek/f274dc676e407e92e963ffa11a3bebc4 to your computer and use it in GitHub Desktop.
paintings
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
{ | |
"paintings": { | |
"painting": [ | |
{ | |
"title": "Boardwalk 5", | |
"artist": "Arnie Palmer", | |
"image": "ap1.jpg", | |
"price": 850 | |
}, | |
{ | |
"title": "A Lasting Piece", | |
"artist": "Arnie Palmer", | |
"image": "ap2.jpg", | |
"price": 450 | |
}, | |
{ | |
"title": "Surf at High Tide", | |
"artist": "Arnie Palmer", | |
"image": "ap3.jpg", | |
"price": 950 | |
}, | |
{ | |
"title": "The Games We Play", | |
"artist": "Arnie Palmer", | |
"image": "ap4.jpg", | |
"price": 850 | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment