JSON is an acronym for JavaScript Object Notation. It is related to the branch of software development where its main function is to create a standard for storing and exchanging textual information.
It has now become a widely used standard for exchanging information between systems. And for good reason. It’s easy for any programmer to interpret because it has a very simple logical pattern. Not to mention that it’s fast and easy to generate by machines.
So, what is JSON? Read on to find out!
What is JSON?
Want an example to back up that claim? Google has leveraged the power of JSON to transfer data in its APIs.
A curious fact is that despite having asia mobile number list the term JavaScript in its name, the JSON file is not written purely in the language. In fact . It is a derivation of JavaScript and shares some very similar features with the C derivation family.
Is JSON the only standard with this functionality?
JSON primarily dominates the exchange of information between APIs, but there are other standards that also perform this process.
Its biggest competitor is XML, which works on an information tree system using tags to delimit data, just like HTML.
To give you an idea, it is possible to find databases that use XML as a format for storing information. It can be used with any programming language.
What languages does JSON support?
We’ve already mentioned that JSON is used for information exchange and is the “favorite” for APIs.
Today, some languages already natively accept JSON. This means that the languages already parse information in JSON format, using native functions to read and write the data contained in the standard.
Some of the languages that in their most recent versions accept JSON are:
The list ranges from ABAP to Visual how to optimize the time spent on your website Foxpro and Java. The latter has up to 20 different PARCERs; one of the best-known libraries is GSON, created by Google.
What is the JSON format?
All JSONs begin and end with “{}” and their data is presented in name-value pairs, each separated by a comma. This collection of fax list information can be called an object.
By aligning JSON and Array formats, more interesting data structures can be created.
For those who don’t know, an array is a collection of ordered values. It always begins and ends with “[/]”, and values are separated by a comma.