I am trying to handle this $_POST data,
{\"primary\":{\"type\":\"editable\",\"value\":\"CONTENT HERE\",\"snippets\":{}}}
I think it's a JSON decode job, but I am not very familiar with this,
was wondering if someone could show a code example of how to get the content out of this? in particular, the value that holds CONTENT HERE
thanks!