remove slashes from json php

Solutions on MaxInterview for remove slashes from json php by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "remove slashes from json php"
Giovanni
29 Mar 2018
1json_decode($val, true, JSON_UNESCAPED_SLASHES);
Vincent
20 Jan 2020
1echo stripslashes('{\"test\":{\"test1\":{\"test1\":[{\"test2\":\"1\",\"test3\": \"foo\",\"test4\":\"bar\",\"test5\":\"test7\"}]}}}');
2