Hi All,
I am stuck with Riak group by using json object..
when I am returning some thing like this:
return [value.key] or return[value.bucket]..
It is going to reduce function and giving output..
But, when I try something like:
return [{value.key : data}]
It is throwing error like below:
SyntaxError: missing : after property id.
when I try:
return[{\"venkatesh\": data}]
I am getting response..
I notice that there is some problem with value.key where as I can access it
anywhere in the program freely except in return format.
Please help me on the above.
Thanks,
Venkatesh.Y
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com