Monday, April 8, 2013

JSON Object Array


var employees = [

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

];

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.