diff --git a/website/docs/terms/json.md b/website/docs/terms/json.md index 652fb58cbe3..3eaeb11deb8 100644 --- a/website/docs/terms/json.md +++ b/website/docs/terms/json.md @@ -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 = @@ -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. \ No newline at end of file +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.