On 14/08/2023 23:56, Rowan Tommins wrote:
> On 14 August 2023 13:40:40 BST, Niels Dossche wrote:
>>And you load it into simpleXML, the result of calling
>>json_encode($the_simplexml_object)
>
> My usual reaction to this is "why would you take an object designed for
> accessing parts of an XML d
On 14 August 2023 13:40:40 BST, Niels Dossche
wrote:
>And you load it into simpleXML, the result of calling
json_encode($the_simplexml_object)
My usual reaction to this is "why would you take an object designed for
accessing parts of an XML document, and serialise it to JSON?" Often,
the ans