Last active
May 1, 2021 23:09
-
-
Save ALEXOTANO/80cc5e47a7957328842ffe657506d2eb to your computer and use it in GitHub Desktop.
medium.JSONvsXML
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" | |
} | |
… | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment