Well, my JSON is pretty different: the same for the 1st and 2nd items but the 3rd item always change, ex:
"Computers": [
[
"Adobe",
"tags",
10943
],
[
"AI",
"tags",
10944
],
[
"ASP.NET",
"tags",
10942
],
[
"Assembly",
"tags",
10945
],
[
"BSD",
"tags",
10941
],
[
"C",
"tags",
6715
],
[
"C#",
"tags",
10877
],
[
"Google",
"tags",
5357
],
But thanks, anyway! I understand now I can lookup for the tag id by the tag name, using the 1st and 2nd items only and ignoring the 3rd.
Hope you have a nice day!
|