<?php $json = '{"question":"This is \"some quotes\" and also \'single quotes\'","options":["Here is an emoji: ud83dude06","With some slashes/too and back\\\\as well"]}'; var_dump($json); var_dump(json_decode($json));
You have javascript disabled. You will not be able to edit any code.