Created
April 19, 2016 15:15
-
-
Save aandr/151fed5ef0c0fe2be913b495ff11a293 to your computer and use it in GitHub Desktop.
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
{ | |
"basicInfo": { | |
"Name": "John Smith", | |
"Email": "[email protected]", | |
"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