@agney/jc-transform-json

A JSON utils test file

Usage no npm install needed!

<script type="module">
  import agneyJcTransformJson from 'https://cdn.skypack.dev/@agney/jc-transform-json';
</script>

README

Transform JSON - JSON Crew Plugin

To be used with JSON Crew

Installation

npm i @agney/jc-transform-json

Usage

<script type="module">
  import '@agney/jc-transform-json/jc-transform-json.js';
</script>

<jc-transform-json .data=${'{ "thing": "nothing" }'}>
</jc-transform-json>

Run Demo

npm i
npm start

Testing using karma

npm i
npm run test

Linting

npm run lint