I have a problem when it comes to taking json from a server an example of the json looks like this:
[{
"subject": "First Post",
"body": "This is a test post coming from mySQL server",
"user": "user",
"date": "2017-04-30",
"comments": "[]",
"id": 1 }]
I don't know what kind of object this would make and quite frankly how to desteralize it, if you could help me it would be greatly appreciated.