From f43d4adc31cebaf36deddc16a7ee1e3068e524a9 Mon Sep 17 00:00:00 2001 From: lctt-bot Date: Sun, 2 Dec 2018 17:00:20 +0000 Subject: [PATCH] Revert "Update 20170921 The Rise and Rise of JSON.md" This reverts commit 3b8aea8f79b0fbbedd7b80f39c434bbbffc628ae. --- sources/talk/20170921 The Rise and Rise of JSON.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/sources/talk/20170921 The Rise and Rise of JSON.md b/sources/talk/20170921 The Rise and Rise of JSON.md index 4f09aa1ddf..84a594c89a 100644 --- a/sources/talk/20170921 The Rise and Rise of JSON.md +++ b/sources/talk/20170921 The Rise and Rise of JSON.md @@ -1,5 +1,3 @@ -thecyanbird translating - The Rise and Rise of JSON ====== JSON has taken over the world. Today, when any two applications communicate with each other across the internet, odds are they do so using JSON. It has been adopted by all the big players: Of the ten most popular web APIs, a list consisting mostly of APIs offered by major companies like Google, Facebook, and Twitter, only one API exposes data in XML rather than JSON. Twitter, to take an illustrative example from that list, supported XML until 2013, when it released a new version of its API that dropped XML in favor of using JSON exclusively. JSON has also been widely adopted by the programming rank and file: According to Stack Overflow, a question and answer site for programmers, more questions are now asked about JSON than about any other data interchange format.