View Single Post
Old 01-31-2013, 08:17 AM   #8
xiquinho
Junior Member
xiquinho began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jan 2013
Device: ipad
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!
xiquinho is offline   Reply With Quote