I am trying to adapt someone else's javascript map to use our data. Unfortunately, our data is in XML and the script uses json. I've been googling and run down many rabbit holes but it seems that the only way to convert xml to json is with some other script loaded, which requires another script to be loaded, and so on. MANY other possibilities, I'm a little overwhelmed and don't know which one is best.
I can't use PHP because the eventual platform won't be PHP based. :/
What have people used? Or would I be better off learning enough javascript to make this map script use XML?
jVectorMap