Created
April 10, 2012 19:33
-
-
Save guedes/2353896 to your computer and use it in GitHub Desktop.
How this valid JSON should be internally represented in Elixir?
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
{ | |
"Image": { | |
"Width": 800, | |
"Height": 600, | |
"Title": "View from 15th Floor", | |
"Thumbnail": { | |
"Url": "http://www.example.com/image/481989943", | |
"Height": 125, | |
"Width": "100" | |
}, | |
"IDs": [116, 943, 234, 38793] | |
} | |
} |
rafaelfranca
commented
Apr 10, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment