Simple Json Example C# with Example



Simple Json Example C# with Example

{ 
"id": 89, 
"name": "Aldous Huxley", 
"type": "Author", 
"books":[{ 
"name": "Brave New World", 
"date": 1932 
}, 
{ 
"name": "Eyeless in Gaza", 
"date": 1936 
}, 
{ 
"name": "The Genius and the Goddess", 
"date": 1955 
}] 
} 
If you are new into Json, here is an exemplified tutorial. 

0 Comment's

Comment Form

Submit Comment