Revert "Update 20170921 The Rise and Rise of JSON.md"

This reverts commit 3b8aea8f79.
This commit is contained in:
lctt-bot 2018-12-02 17:00:20 +00:00
parent 7a3bbb180e
commit f43d4adc31

View File

@ -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.