This tool comes from a business need and aims to make some JSON parsing tasks easier and quicker. It's been developed in JavaScript using Preact, a really fast and light alternative to React, and deployed using Vercel.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# test the production build locally
npm run serve
# run tests with jest and enzyme
npm run test