JSON data can also be read from files.
Let's assume we have a file called data.json with the following content:
[
{
"Name" : "John Doe",
"Standard" : 4
},
{
"Name" : "Peter Parker",
"Standard" : ...