Skip to content

Instantly share code, notes, and snippets.

@ALEXOTANO
Created May 1, 2021 23:10
Show Gist options
  • Select an option

  • Save ALEXOTANO/854078cf3946a036c5a5237d2933a8d0 to your computer and use it in GitHub Desktop.

Select an option

Save ALEXOTANO/854078cf3946a036c5a5237d2933a8d0 to your computer and use it in GitHub Desktop.
medium.JSONvsXML2
{
"id": "1234",
"customer": {
"name": "John Doe",
"taxID": "123456789"
},
"total": {
"amount": 100.00,
"currency": {
"name": "USD",
"symbol": "$",
"symbolOnRight": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment