Skip to content

element4git/xml2json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

Create plain PHP associative array from XML

Example usage:

$xmlNode = simplexml_load_file('example.xml');
$arrayData = xmlToArray($xmlNode);
echo json_encode($arrayData);

More info Public domain

About

XML to JSON converter in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published