Skip to content

rosario/json-parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-parse

Convert XML to JSON in Clojure

Usage

First we need to parse the XML with this function:

    (defn parse [s] (clojure.xml/parse (java.io.ByteArrayInputStream. (.getBytes s))))

Then we just use the xml->json:

    (def parsed-xml (parse "<person><name>Salvatore</name><address>Parlermo</address></person>"))
    (def json (xml->json parsed-xml)

About

Clojure XML to JSON parser/converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published