I agree. Only after reading this explanation I understood what JSON was about. I often have to read several different explanations to understand abstract concepts.
Crucial in this explanation was the mentioning of the parsing feature. Before, I created my own approach, using regex, variables (client=mueller), file read and file write. The storage file was very readable and compact, but JSON wins wrt data handling.