jsonata : JSON query and transformation language. You can installing jsonata npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install jsonata $ sudo npm install -g jsonata
If want to update the jsonata package execute the command as below,
$ sudo npm update jsonata
Update package globally,
$ npm install -g jsonata
$ sudo git clone https://github.com/rektide/jsonata.git
$ sudo npm install -g ./jsonata
jsonata@1.4.1 /usr/lib/node_modules/jsonata
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jsonata
Package Name | jsonata |
Version | 1.4.1 |
Description | JSON query and transformation language |
Released Date | 2017-11-13T22:06:50.258Z |
Published by | jsonata |
How to Learn | https://www.npmjs.com/package/jsonata/tutorial |