fd-article-xml-json 2.0.0-canary.13
Install from the command line:
Learn more about npm packages
$ npm install @fdmediagroep/fd-article-xml-json@2.0.0-canary.13
Install via package.json:
"@fdmediagroep/fd-article-xml-json": "2.0.0-canary.13"
About this version
This repository is a simple xml to json parser for fdmg-article-content.
- NodeJS
- NPM
Install the fdmg-xml-json
as dependency for your project:
- NPMJS:
npm i @fdmg/article-xml-json
To run the repository locally:
- Run
npm i
to install required dependencies - Run
npm run build
to build the project
To use @fdmg/article-xml-json
in your project:
- Install as a dependency
import XMLToJSON from "@fdmg/article-xml-json";
function Foo() {
return (
XMLToJSON.parseXMLToJSON(<<your fdmg-article-content-xml file here>>);
)
}
Details
- fd-article-xml-json
- FDMediagroep
- almost 2 years ago
- ISC
- 20 dependencies
Assets
- fd-article-xml-json-2.0.0-canary.13.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0