Skip to content

Instantly share code, notes, and snippets.

@plaurin
Created August 29, 2012 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plaurin/3506197 to your computer and use it in GitHub Desktop.
Save plaurin/3506197 to your computer and use it in GitHub Desktop.
Test Json highlighter
{
"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