Skip to content

blue-button/xml2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

xml2json

A utility for converting C-CDA XML file to a simplified JavaScript object. Requires jQuery. Try the example

USAGE

First, make sure jQuery is loaded. Then load the x2j script:

<script src="bluebutton-xml2json.js"></script>

This puts a blueButtonXml2Json object on the window. Simply pass a CCDA XML string to:

var bb = blueButtonXml2Json.convert(xmlString)

and you'll get back a simplified version of the data as a plain JavaScript object.

About

Utility for converting C-CDA XML file to a simplified version in JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published