Is there a way to get the KML file attached to this Google Map in JSON format instead of XML?:
I’m currently writing an app that needs to load this KML data. I would prefer that it’s in JSON format. Is there a way of getting it in this format?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since KML is just a flavor of XML, you could use any XML to JSON converter, of which there are many.
Here’s one that’s been around for a few years:
http://www.thomasfrank.se/xml_to_json.html