Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

xml vs json

These are 2 common formats that we use when exchanging data across the web: 

-- eXtensible Markup Language (XML) has been in use for a very long time and is 
best suited for exchanging document-style data
-- when programs just want to exchange dictionaries, lists, or other internal 
information with each other, they use JavaScript Object Notation (JSON)
 
PREVIOUS NEXT
Tagged: #xml #json
ADD COMMENT
Topic
Name
8+6 =