Install the module from the github repository using "npm install"
npm install gs-json
You can now use gs-json modules by importing them wherever required. For example:
import * as gs from "gs-json";
Run npm update to update the package.
For the gs-json utils, you can also directly download the "./src/typescript/gs-json/utils" folder and directly import the 'gs-json.ts' file.