Forum Discussion
nmrao
Champion Level 3
fazlook, is any question in there? Or just providing script for others showing an example?
fazlook
8 years agoFrequent Contributor
nmrao yes the question is in my first line :) I would like to know how to get the ID based on a name.
- nmrao8 years agoChampion Level 3fazlook, 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
- 4 years ago
- 5 years ago
Recent Discussions
- 15 years ago