-
kml2json is a KML to JSON converter. KML (Keyhole Markup Language) is a XML file format variant for storing and transporting geolocation data. KML is generally used with mobile devices and is a well known and very used format in geo-coding. The kml2json library does exactly what its name says. It takes a KML file and exports its data to ...
-
Craur is a PHP-based XML to JSON converter, and vice-versa. It can also work with CSV files instead of XML and can be used for writing XML/JSON importers or to implement a convention for converting XML to JSON without loosing any information. What's New in This Version:- Strip invalid UTF8 characters in createFromXml.- Added encoding parameter for createFromXml.


