1.0.1 • Published 5 years ago

j2x v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Install

 $ npm i j2x -D

Import

 import j2x from "j2x"

DEMO

 import j2x from "j2x"

 let jsonObj = {
     someKey: 'example'
 }

 let xmlStr = j2x.json2xml(jsonObj)

 xmlStr = `<someKey><![CDATA[example]]></someKey>`
 import j2x from "j2x"

 let xmlStr = `<someKey><![CDATA[example]]></someKey>`

 let jsonObj = j2x.xml2json(xmlStr)

 jsonObj = {
     someKey: 'example'
 }
1.0.1

5 years ago

1.0.0

5 years ago