Created
October 20, 2020 09:17
-
-
Save PradeepLoganathan/a683ecded264e1c58da752c421a52643 to your computer and use it in GitHub Desktop.
Sample Json document
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
| { | |
| "id": "CU7-36-8183", | |
| "CustomerId": "CU7-36-8183", | |
| "ModifiedDate": "2020-08-10T16:31:18.6928886+10:00", | |
| "Title": "Mr.", | |
| "FirstName": "Delfina", | |
| "LastName": "Rutherford", | |
| "MiddleName": "Skylar", | |
| "Suffix": "II", | |
| "CompanyName": "Cormier, Oberbrunner and Kunde", | |
| "SalesPerson": "Barney Hudson", | |
| "CreditLimit": 871.63, | |
| "Contact": { | |
| "EmailAddress": "Felton28@hotmail.com", | |
| "Phone": "1-234-718-9784" | |
| }, | |
| "Address": { | |
| "StreetAddress": "780 McCullough Heights", | |
| "City": "Jacobiburgh", | |
| "ZipCode": "77368-8091", | |
| "State": "Maryland", | |
| "County": "Cambridgeshire", | |
| "Country": "USA" | |
| }, | |
| "OrderIDs": [ | |
| "OD6-131-616", | |
| "OD2-181-690", | |
| "OD7-447-287", | |
| "OD7-863-579", | |
| "OD2-938-699", | |
| "OD0-736-015", | |
| "OD9-864-925", | |
| "OD9-615-087", | |
| "OD4-281-814", | |
| "OD0-792-743" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment