Created
May 1, 2021 23:11
-
-
Save ALEXOTANO/15d37ea5b16cac3868ff305d048ac011 to your computer and use it in GitHub Desktop.
medium.JSONvsXML3
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": "1234", | |
"customer": { | |
"name": "John Doe", | |
"taxID": "123456789" | |
}, | |
"total": { | |
"amount": 100.00, | |
"currency": "USD", | |
"currency-symbol": "$", | |
"currency-symbolOnRight": false | |
} | |
… | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment