Forum Discussion
fazlook
Frequent Contributor
nmrao yes the question is in my first line :) I would like to know how to get the ID based on a name.
nmrao
8 years agoChampion Level 3
fazlook, would you mind providing raw response? Otherwise, script may not really helpful.
- fazlook8 years agoFrequent Contributor
Hello,
This is an example of a response I want to work with:
[
{"id": "577a6ce8-bd4c-498d-aa41-aee8b3188ed1",
"name" = "Tom",
"age" = "25"
}
{
"id": "577a6ce8-bd4c-498d-aa41-aee8b3188ed3",
"name": "Jerry",
"age" = "24"
}
{
"id": "577a6ce8-bd4c-498d-aa41-aee8b3188ed2",
"name": "Jerry33333",
"age" = "24"
}
]
It only contains ID's ,Names, and age. I want to get an ID based on a name using JSON and XML. I thought it is clear :(
Related Content
Recent Discussions
- 15 years ago