How to remove double quotes in laravel stdClass [duplicate]

I am getting: "{"lesson_type":"quiz","questions":[],"transcript":"storage\/1626421168176448258ktzpvaqnefg.txt","extra_contributors":null}"

But I want: {"lesson_type":"quiz","questions":[],"transcript":"storage\/1626421168176448258ktzpvaqnefg.txt","extra_contributors":null}

I just want to remove the double quotes from start and end.



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/36Gzu7K
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

How to Create Treeview with Bootstrap and jQuery

Api routes not found when hosted laravel application on server

How to Add Images to Dropdown List using jQuery