If I have a json file like this :
{
"users": {
"count": 157,
"rows": [...data]
},
"gifts": { ...}
}
How can I write endpoints to get the users.count and the users.rows ? thanks for feedback
If I have a json file like this :
{
"users": {
"count": 157,
"rows": [...data]
},
"gifts": { ...}
}
How can I write endpoints to get the users.count and the users.rows ? thanks for feedback