What is JSON and what is it eaten with?
Closed due to the fact that the issue is too general for the participants user207618, pavel , αλεχολυτ , iluxa1810 , Kromster 14 Nov '16 at 19:41 .
Please correct the question so that it describes the specific problem with sufficient detail to determine the appropriate answer. Do not ask a few questions at once. See “How to ask a good question?” For clarification. If the question can be reformulated according to the rules set out in the certificate , edit it .
3 answers
in short, JSON is a way to present javascript data.
Eat, first of all, with Google
http://ru.wikipedia.org/wiki/JSON
I personally use it to transfer multidimensional arrays between server logic (php) and client part (javascript).
Text format coding of complex data and not. Use together with tasks requiring data exchange between services (for example, between a web server and a web page running in the user's browser).
And yes, read at least in Wikipedia about JSON .