I'd also recommend jsx [1], which doesn't require wrapping your objects in struct tuples.
[1] https://github.com/talentdeficit/jsx - Chris -- Christopher Meiklejohn Software Engineer Basho Technologies, Inc. On Thursday, October 17, 2013 at 12:08 PM, Eric Redmond wrote: > For building json you should also check out a tool like mochijson2. > On Oct 17, 2013 6:51 AM, "Daniil Churikov" <[email protected] > (mailto:[email protected])> wrote: > > {ok, Worker} = riakc_pb_socket:start_link("my_riak_node_1", 8087), > > Obj = riakc_obj:new(<<"my_bucket">>, <<"my_key">>, <<"{\"key\":\"\val\"}">>, > > <<"application/json">>), > > ok = riakc_pb_socket:put(Worker, Obj), > > ok = riakc_pb_socket:stop(Worker). > > > > > > > > > > -- > > View this message in context: > > http://riak-users.197444.n3.nabble.com/Storing-JSON-via-Erlang-Client-tp4029489p4029491.html > > Sent from the Riak Users mailing list archive at Nabble.com > > (http://Nabble.com). > > > > _______________________________________________ > > riak-users mailing list > > [email protected] (mailto:[email protected]) > > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > _______________________________________________ > riak-users mailing list > [email protected] (mailto:[email protected]) > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
