Posted on 27th Jan 2025Convert XML to JSON with PHP $xml = simplexml_load_string($xmlString, null, LIBXML_NOCDATA); $json = json_encode($xml);