Skip to content

Instantly share code, notes, and snippets.

@ALEXOTANO
Last active May 1, 2021 23:09
Show Gist options
  • Save ALEXOTANO/80cc5e47a7957328842ffe657506d2eb to your computer and use it in GitHub Desktop.
Save ALEXOTANO/80cc5e47a7957328842ffe657506d2eb to your computer and use it in GitHub Desktop.
medium.JSONvsXML
{
"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