Skip to content

Commit 1f4286a

Browse files
authored
Add related to topic "JSON"
1 parent 16ebb49 commit 1f4286a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

topics/json/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ short_description: JSON (JavaScript Object Notation) allows for easy interchange
99
topic: json
1010
url: http://www.json.org/
1111
wikipedia_url: https://en.wikipedia.org/wiki/JSON
12+
related: toml, yaml, json5, jsonc, xml, cson, hocon, bson, json-ld, properties, jq
1213
---
13-
JSON (JavaScript Object Notation) is a standard file format that uses text to communicate data objects to array data types. This notation makes it easy for applications to parse and generate files. JSON grew out of the need to have a real-time server-to-web browser communication.
14+
**JSON** (**J**ava**S**cript **O**bject **N**otation) is a standard file format that uses text to communicate data objects to array data types. This notation makes it easy for applications to parse and generate files. JSON grew out of the need to have a real-time server-to-web browser communication.

0 commit comments

Comments
 (0)