Created
May 1, 2021 23:12
-
-
Save ALEXOTANO/e9f1f605605f36163444c9a2bfd99b8d 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
<invoice id="1234"> | |
<customer name="John Doe" taxID="123456789" /> | |
<total currency="USD" symbol="$" symbolOnRight="false">100.00</total> | |
</invoice> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment