Skip to content

Commit

Permalink
Merge pull request #3992 from shaedrich/json
Browse files Browse the repository at this point in the history
Add related to topic "JSON" and move "json-api" from aliases to related
  • Loading branch information
ahpook authored Oct 18, 2023
2 parents dc4bb7c + 773b61f commit e0f74ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topics/json/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
aliases: json-api, jsonapi
created_by: Douglas Crockford
display_name: JSON
logo: json.png
Expand All @@ -9,5 +8,6 @@ short_description: JSON (JavaScript Object Notation) allows for easy interchange
topic: json
url: http://www.json.org/
wikipedia_url: https://en.wikipedia.org/wiki/JSON
related: toml, yaml, json5, jsonc, xml, json-api, bson, json-ld, properties, jq
---
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.
**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 comments on commit e0f74ef

Please sign in to comment.