From eb5ebfc1792b63774a7b6cd375902c70a85961b5 Mon Sep 17 00:00:00 2001 From: Oleksandr Date: Sat, 21 Sep 2024 11:13:06 +0300 Subject: [PATCH 1/2] docs: Update json Hi. Changing the name and link to the social network --- website/docs/terms/json.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/terms/json.md b/website/docs/terms/json.md index 652fb58cbe3..dededf37e3b 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 (formerly Twitter’s) 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. From 9ef3b7d9b0d5a8b3a55f9271aedf4a63f149ee03 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:16:48 +0100 Subject: [PATCH 2/2] Update website/docs/terms/json.md --- website/docs/terms/json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/terms/json.md b/website/docs/terms/json.md index dededf37e3b..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 [X (formerly Twitter’s) developer platform](https://developer.x.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 =