Skip to content
/ mapper Public

Web app to map json and xml files using JQ or XSLT

License

Notifications You must be signed in to change notification settings

feyst/mapper

Repository files navigation

Mapper

Simple one-pager to map both xsl and jq to and from both xml and json

Installation

Make sure you have npm, shasum, wget and unzip installed.

For development run the following commands:

npm install
npm run install-saxon
webpack serve

Hooks

In order to use the hooks for this repo use:

git config core.hooksPath .githooks