in SQL server data is showing in this form
{"whiteList":[{"url":"https:\/\/www.google.com","type":"exact","status":"1","id":"1573023904"}]}
why extra backslash is added in url?
Method that i used in laravel controller to store data is json_encode($arr);