- 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
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