Skip to content

opendenton/xml2jsonapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML 2 JSON

This is a simple service that converts XML feeds into JSON on the fly.

Sometimes you need to access XML in a JSON format, but don't want to download the data, convert, and push back up to some data source. XML 2 JSON allows you to pass in an XML resource via a query parameter, which will then convert that data and return as JSON.

Instructions

Pass the URL of an XML resource as a query parameter.

Use the 'q' parameter
https://xml2jsonapi-fs3obw4bs.now.sh/?q=<URL>

Example
https://xml2jsonapi-fs3obw4bs.now.sh/?q=http://webapi.legistar.com/v1/denton-tx/matters

This service is currently hosted on Now.sh for anyone to use. https://xml2jsonapi-fs3obw4bs.now.sh/?q=

About

A simple XML to JSON server. Convert any XML feed into JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published