Skip to content

Commit e0f74ef

Browse files
authored
Merge pull request #3992 from shaedrich/json
Add related to topic "JSON" and move "json-api" from aliases to related
2 parents dc4bb7c + 773b61f commit e0f74ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

topics/json/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
aliases: json-api, jsonapi
32
created_by: Douglas Crockford
43
display_name: JSON
54
logo: json.png
@@ -9,5 +8,6 @@ short_description: JSON (JavaScript Object Notation) allows for easy interchange
98
topic: json
109
url: http://www.json.org/
1110
wikipedia_url: https://en.wikipedia.org/wiki/JSON
11+
related: toml, yaml, json5, jsonc, xml, json-api, bson, json-ld, properties, jq
1212
---
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.
13+
**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)