Skip to content

Commit

Permalink
docs: Update json
Browse files Browse the repository at this point in the history
Hi. Changing the name and link to the social network
  • Loading branch information
Olexandr88 authored Sep 21, 2024
1 parent 2d674ae commit eb5ebfc
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 (formerly Twitter’s) 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 eb5ebfc

Please sign in to comment.