Skip to content

Commit 8e4295d

Browse files
authored
Move "json-api" from aliases to related
1 parent 1f4286a commit 8e4295d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

topics/json/index.md

Lines changed: 1 addition & 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,6 +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
12-
related: toml, yaml, json5, jsonc, xml, cson, hocon, bson, json-ld, properties, jq
11+
related: toml, yaml, json5, jsonc, xml, json-api, bson, json-ld, properties, jq
1312
---
1413
**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)