deserialize a mutli object json string.

pugs1969

New member
May 1, 2018
1
0
0
I am getting a response from a feed in this format
example of expected response:
[
{
"Id":1,
"username":"test user",
"body":[
{
"Id":3,
"bodyType":"text",
"text":"Hello World"
},
{
"Id":4,
"bodyType":"image",
"mediaLocation":"http://.../"
}
]
},
{
"Id":2,
"username":"test user",
"body":[
{
"Id":4,
"bodyType":"video",
"mediaLocation":"http://.../"
}
]
}
]

i have created simple objects from json but nothing like this. can someone help out.
thanks
 
I moved this to the Software Development forum for more specific traffic.
 

Trending Posts

Forum statistics

Threads
956,757
Messages
6,969,818
Members
3,163,608
Latest member
cambium