Добавлен: 14.07.2023
Просмотров: 82
Скачиваний: 4
ВНИМАНИЕ! Если данный файл нарушает Ваши авторские права, то обязательно сообщите нам.
I want to tell about JSON and why is he needed ??
JSON appeared thanks JavaScript, he replaced the XML (Xtensible Markup Language).
JSON – it is file format who let to keep information in a convenient form.
Example syntax JSON
As you can see the structure json file it is – “key” : value
Many programming languages support json format because he is convenient to convert different data structures in different programming languages.