@json-walker/browser
v1.0.5
Published
Package to load the JSON walker into a browser
Readme
@json-walker/browser
Package to load the JSON walker into a browser
Usage
Ensure to import the library, through an import:
import * as walker from '@wjson-walker/browser';Or from the HTML script tag:
<script defer="defer" src="./node_modules/@json-walker/browser/build/bundle.js">You could find in the build folder various targets
If you don't use ES6 imports, you could access on the global scope with JsonWalker
And for the Walker, please have a look on the Walker's usage in Core module.
Commands
npm run dev:build: Bundle the package for various targetsnpm run dev:linting: Lint files
