For example I have JSON object:
{
"title":"Computer science"
"comments":["Good article","Need updates"]
}
and I have one new comment that I want to add into that object stored on Riak.
Path to this object on Riak is 192.168.56.12:10018/riak/articles/article1
.
How can I update this object directly from code if I use ASP.NET MVC?