Monday, 04 November 2019
  1 Replies
  1K Visits
0
Votes
Undo
  Subscribe
I have the following JSON structure.


comapany : XYZ
Emp Info:[
{
empName: A,
empID:1
salary[
{
year: 2017,
value: 3000
},
{
year: 2018,
value: 5000
}
]
},
{
empName: B,
empID:2
salary[
{
year: 2017,
value: 6000
},
{
year: 2018,
value: 3000
}
]
},
{
empName: C,
empID:3
salary[
{
year: 2017,
value: 3000
},
{
year: 2018,
value: 8000
}
]
},
]
There are no replies made for this post yet.
Be one of the first to reply to this post!