Json Test Helpers

Create an HTML file containing this code and open it from the web browser:

 

A Json sample:

{"employees":[ {"firstName":"John", "lastName":"Doe"},
{"firstName":"Anna", "lastName":"Smith"},
{"firstName":"Peter", "lastName":"Jones"}
]}