Skip to content

Commit 58cf4ee

Browse files
authored
bold removed from < and >
1 parent 81de222 commit 58cf4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ The JSON format is almost exactly alike to JavaScript objects.
269269
| --------------------------------|---------------------------------------|
270270
| <p align="center"> <img src="_images-json-javascript-object-notation/json-logo-3.png" alt="JSON - JavaScript Object Notation" title="JSON - JavaScript Object Notation" width="200" /> </p> | <p align="center"> <img src="_images-json-javascript-object-notation/xml-logo-2.png" alt="XML - eXtensible Markup Language" title="XML - eXtensible Markup Language" width="200" /> </p>|
271271
| JavaScript Object Notation | eXtensible Markup Language |
272-
| JSON uses `key : value` or `name : value` pair to store data (JSON doesn't use end tag) | XML uses `tags **&lt; value &gt;**, element or node` to store data |
272+
| JSON uses `key : value` or `name : value` pair to store data (JSON doesn't use end tag) | XML uses `tags &lt; value &gt;, element or node` to store data |
273273
| JSON is shorter, JSON has a more compact style than XML | XML is pretty larger/lengthy as we need to open and close tags for every `name` or `key`|
274274
| JSON is `quicker and easier` to read and write | XML is `little difficult to read and write` as we need to write many tags |
275275
| JSON can use arrays | XML cant use arrays, it uses tags |

0 commit comments

Comments
 (0)