npm i @lifesg/ccube-lib
import { JsonPath } from "@lifesg/ccube-lib";
JsonPath.parse();
To reduce the code bundle size when using bundlers like Webpack, you are recommended to import from the nested path like so:
import { parse } from "@lifesg/ccube-lib/json-path";