+ 1
Xml into json help
I make new torrent site so i need some help i have link who generate xml codes i need to convert into json or if you have any other way so tell me Thank you for helping Interested people join this development also
5 Antworten
+ 12
JSON.stringify(value) <- convert to json
JSON.parse(value) <- opposite
(use RegExp for further conversion……)
+ 10
@Trickzn ^_^ (of course!)
+ 3
Thanks for both keep it up
+ 1
In order to use stringify and parse JSON-PHP functions - the input must be an array.
For XML to Array in PHP use the following library:
http://php.net/manual/en/book.simplexml.php
+ 1
@valentin are you hacker