@agney/jc-transform-json
v0.0.5
Published
A JSON utils test file
Maintainers
Readme
Transform JSON - JSON Crew Plugin
To be used with JSON Crew
Installation
npm i @agney/jc-transform-jsonUsage
<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 startTesting using karma
npm i
npm run testLinting
npm run lint