Xml into json help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

25th Jan 2017, 6:50 PM
Shubham Surya
Shubham Surya - avatar
5 Answers
+ 12
JSON.stringify(value) <- convert to json JSON.parse(value) <- opposite (use RegExp for further conversion……)
25th Jan 2017, 6:53 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 10
@Trickzn ^_^ (of course!)
25th Jan 2017, 7:32 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 3
Thanks for both keep it up
25th Jan 2017, 7:20 PM
Shubham Surya
Shubham Surya - avatar
+ 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
25th Jan 2017, 6:59 PM
Louis Milotte
Louis Milotte - avatar
+ 1
@valentin are you hacker
25th Jan 2017, 7:21 PM
Shubham Surya
Shubham Surya - avatar