]*)>[^<]*|<[^>]*>)\s*~','$1',$xml); // Convert CDATA into xml nodes. $xml = simplexml_load_string($xml,'SimpleXMLElement', LIBXML_NOCDATA); // Make variables // Return JSON. echo json_encode($xml); ?>