i'm not looking for a function to parse xml to json, i already found one, which seems like its working just fine.
my problem is the xml file is an RSS feed, which most of the times has something like "media:content" or "media:creator" etc.. so when its parsed to JSON, i can't really access whats inside of it cause i can't just go "article.media:content", so i'm looking for a way to go around that and actually access what's inside "media:content" or whatever so i can display it in my react app (react native to be precise).