February 2019
Intermediate to advanced
626 pages
15h 51m
English
JSON is similar to XML in some respects. It is intended to be both human and machine readable, and is written in plain text.
Very similar to a hashtable, JSON-formatted objects are made up of key and value pairs, for example:
{
"key1": "value1",
"key2": "value2"
}
Read now
Unlock full access