You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for opening several issues. I really want to use jsonpickleJS in Node.js, since I'm already using jsonpickle in Python and got the encoded JSON string, and want to convert them to Js objects
The blockers are:
window is not defined in Node.js
Arbitrary Python objects can be encoded, and the prerequisite of
you'll need to have a Prototype constructor function called window.myobject.Thing in Javascript.