npm.io
1.2.0 • Published 7 years ago

node-pickle-python

Licence
MIT
Version
1.2.0
Deps
0
Size
3 kB
Vulns
0
Weekly
0

node-pickle-python

Package for node that helps to pickle JSON files and UnPickle JSON.

Example:

To pickle:

{ const pickledAgent = await pickle.dumps(JSON); }