I am trying to convert xml to json in php. If I do a simple convert using simple xml and json_encode none of the attributes in the xml show.
$xml = simplexml
I've used Miles Johnson's TypeConverter for this purpose. It's installable using Composer.
You could write something like this using it: