2
votes
What puts less load on a PHP server: SimpleXML or json_decode?
There's only one way to determine which is going to be easier on your server in your application with your data.
Test it!
I'd generate some data that looks similar to what you'll be …
