Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Key Points


References

Reference_description_with_linked_URLs_________________________Notes_________________________________________________________________















Key Concepts



Data Representation - JSON vs XML 





Differences Between JSON and XML

https://aws.amazon.com/compare/the-difference-between-json-xml/

JSON is an open data interchange format that is readable by both people and machines. JSON is independent of any programming language and is a common API output in a wide variety of applications. XML is a markup language that provides rules to define any data. It uses tags to differentiate between data attributes and the actual data. While both formats are used in data exchange, JSON is the newer, more flexible, and more popular option.






Where to JSON or XML?

Both formats work for data exchange

for performance > JSON


for complex data representation of custom data types > XML




Potential Value Opportunities



Potential Challenges



Candidate Solutions



Step-by-step guide for Example



sample code block

sample code block
 



Recommended Next Steps



  • No labels