testing.html:

Create Object from JSON String

First Name:
Last Name:

smth.json: txt = { "employees": [ {"firstName":"John", "lastName":"Doe" }, {"firstName":"Anna", "lastName":"Smith" }, {"firstName":"Peter", "lastName":"Jones" } ]};