Created
August 29, 2012 02:26
-
-
Save plaurin/3506197 to your computer and use it in GitHub Desktop.
Test Json highlighter
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
{ | |
"Id": 1001, | |
"Date": "2012-09-12", | |
"Customer": "Guy Barette", | |
"ShippingAddress": | |
{ | |
"Address": "2000 McGill College, 4e étage, Montréal, QC", | |
"PostalCode": "H3A 3H3", | |
"Country": "Canada" | |
}, | |
"OrderLines": | |
[ | |
{ "Product": "NuGet", "Quantity": "1", "Total": "0.00" }, | |
{ "Product": "Web API", "Quantity": "1", "Total": "0.00" }, | |
{ "Product": "Git-tf", "Quantity": "1", "Total": "0.00" } | |
], | |
"GrandTotal": "0.00" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment