Is there a way to convert an XML page to JSON automatically via PHP? [closed]

Jolian

New Member
\[quote\] Possible Duplicate:
PHP convert XML to JSON \[/quote\]Here is what my a sample of my output XML looks like:\[code\]<item> <Barcode>0602527522593</Barcode> <albumid>1818</albumid> <Title>Gold</Title> <Country>Sweden</Country> <Format>CD</Format> <Length></Length> <Number_of_Discs></Number_of_Discs> <Type>album</Type> <Description></Description> <Band_or_Artist>Adams, Ryan</Band_or_Artist></item>\[/code\]Is there an easy to use built-in PHP function or add-in to quickly convert this to JSON and output it? If it's not built-in, which extension should I use?
 
Back
Top