In simple English preferably
JSON
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: JSON
Just a way of passing data. It turns data into objects for better transfer and reading.
I seldom use it.
I seldom use it.
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: JSON
It is like a simplified alternative to XML. People really started to hate XML in the early 2000's as it became more popular, and JSON was finally offered as a substitute. It stands for Javascript Object Notation. It is special because data in JSON format is nearly directly readable by Javascript engines. This makes it ideal to pass around data, since JS can be basically anywhere, from mobile devices, to web servers, to browsers (of course).
I actually use JSON all the time for data transmission, and I only use anything else if I must
I actually use JSON all the time for data transmission, and I only use anything else if I must
The indelible lord of tl;dr