Showing posts with label json. Show all posts
Showing posts with label json. Show all posts

Monday, April 8, 2013

JSON Object Array


var employees = [

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

];