Skip to content

Instantly share code, notes, and snippets.

@aandr
Created April 19, 2016 15:15
Show Gist options
  • Save aandr/151fed5ef0c0fe2be913b495ff11a293 to your computer and use it in GitHub Desktop.
Save aandr/151fed5ef0c0fe2be913b495ff11a293 to your computer and use it in GitHub Desktop.
{
"basicInfo": {
"Name": "John Smith",
"Email": "john@smith.com",
"Client status": "VIP",
},
"orders": {
"#007018": {
"Products": {
"Minetonka Moosehide Mocassins": {
"Qty": 2,
"SKU": 15231,
"Size": 10,
"Price": "$90.23",
}
}
"Delivery Address": "10 Netley Street\nN1 0QH\nLondon, UK",
"Shipping Method": "DHL",
"Subtotal": "$90.23",
},
"#007020": {
"Products": {
"Minetonka Moosehide Mocassins": {
"Qty": 2,
"SKU": 15231,
"Size": 10,
"Price": "$90.23",
}
}
"Delivery Address": "10 Netley Street\nN1 0QH\nLondon, UK",
"Shipping Method": "DHL",
"Subtotal": "$90.23",
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment