what does JSON stand for
JavaScript Object Notation
What is JSON
it’s a text format that makes it easy to share date between devices like clients and servers.
What languages support JSON
C, Ruby, Perl, Python and PHP there maybe others so dont think these are all of them.
Why is it better than other formats like XML?
it’s smaller and easier to convert into a data structure. It also reads easily, as it uses minimal formatting. It’s also very easy to parse.