Skip to content

Commit

Permalink
docs: Update json (#6113)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Sep 24, 2024
2 parents 904f4f9 + f6223ec commit 48c835b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/terms/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Individual values from an array can be called by referencing the location of a v

Dictionaries and arrays can be nested in JSON objects as well as nested in each other. **Dictionaries and arrays can only be values. They can never be keys.**

Here’s an example of a JSON object describing a tweet from [Twitter’s developer platform](https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary/overview).
Here’s an example of a JSON object describing a tweet from [X's (formerly Twitter) developer platform](https://developer.x.com/en/docs/twitter-api/v1/data-dictionary/overview).

```json
tweet =
Expand Down Expand Up @@ -100,4 +100,4 @@ JSON is lightweight and often used to transfer data over a network connection. A

## Conclusion

The greatest strength of JSON also acts as its weakness—the data it contains informs the shape the object takes, rather than the other way around. Structured data is the bread and butter of analytics work, but a semi-structured format is an alternative option when a tabular format becomes too rigid to describe the relationships between different entities.
The greatest strength of JSON also acts as its weakness—the data it contains informs the shape the object takes, rather than the other way around. Structured data is the bread and butter of analytics work, but a semi-structured format is an alternative option when a tabular format becomes too rigid to describe the relationships between different entities.

0 comments on commit 48c835b

Please sign in to comment.