Instead of this "{\"name\":\"Shares Magazine\"}" I want this {"name":"Shares Magazine"}.
To achieve this, I am doing this json_encode(["name" => $user->reference_source], JSON_UNESCAPED_SLASHES);
To no avail, as this always ends up in the database "{\"name\":\"Shares Magazine\"}".
"{\"name\":\"Press\"}"and I want it to appear as it says in OP