Hi, I'm trying to write a map function in Erlang. As far as I understand, the function must have arity 3 (according to the wiki) and the first parameter is the actual object (corresponding to the given bucket/key). To obtain the value of the object, I use riak_object:get_value function, however I'm not sure about the structure of that value (wiki does not seem to say anything about it).
Could somebody point me to the right place to look at? Essentially, I'd be looking for sometihng that says: "here's a JSON data structure, and this is how it looks an Erlang term". -- Misha
signature.asc
Description: Digital signature
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
