You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,7 +277,7 @@ The JSON format is almost exactly alike to JavaScript objects.
277
277
| For AJAX applications, JSON is faster and easier than XML | XML is much more difficult to parse than JSON |
278
278
| JSON uses less data overall, so reduces the cost and increases the parsing speed | The XML parsing process can take a long time due to verbose nature of xml and its element structure |
279
279
| JSON uses a `map data structure`| XML uses a `tree data structure`|
280
-
| JSON - JavaScript Object Notation - coding structure and syntax: <palign="center"> <imgsrc="_images-json-javascript-object-notation/1.7.1-technology-xml.png"alt="JSON - JavaScript Object Notation - coding structure and syntax"title="JSON - JavaScript Object Notation - coding structure and syntax"width="" /> </p> | XML - eXtensible Markup Language - coding structure and syntax: <palign="center"> <imgsrc="_images-json-javascript-object-notation/1.7.2-technology-json.png"alt="XML - eXtensible Markup Language - coding structure and syntax"title="XML - eXtensible Markup Language - coding structure and syntax"width="" /> </p> |
280
+
JSON - JavaScript Object Notation - coding structure and syntax: <palign="center"> <imgsrc="_images-json-javascript-object-notation/1.7.2-technology-json.png"alt="JSON - JavaScript Object Notation - coding structure and syntax"title="JSON - JavaScript Object Notation - coding structure and syntax"width="" /> </p> | XML - eXtensible Markup Language - coding structure and syntax: <palign="center"> <imgsrc="_images-json-javascript-object-notation/1.7.1-technology-xml.png"alt="XML - eXtensible Markup Language - coding structure and syntax"title="XML - eXtensible Markup Language - coding structure and syntax"width="" /> </p> |
0 commit comments