|
Not sure what you are looking at. For me, the JSON of a user category looks like
{
"foo": [
[
"a...b...c",
"tags",
0
]
]
}
Where the first item in the triple is the value, the second item is the lookup key where it came from, and the third item is always 0.
|