hi, I am trying to use kii to create a leaderboard. I must say kii is not Parse.com, nuff said. Anyway, I get the following returned when querying my ‘scores’ bucket and running the results through inspect.lua:
{
queryDescription = “WHERE ( 1=1 )”,
results = {
<metatable> = {
__jsontype = “array”
}
},
<metatable> = {
__jsontype = “object”
}
I know the scores are in the results array…can someone help me dig through that metatable? I wish it was just straight-up json, no chaser …
thanks,
Jen