Forum Discussion
stephen_araghun
12 years agoOccasional Contributor
Let me explain further:
I would like to store objects in an external database so that we can develop mocha tests using these objects running in a Node.JS environment. I would like to serialize the tc object into JSON, and I am able to send that via post to a web server db on local host. However serializing the object into JSON I haven't figured out. external libraries like json2.js also fail on the same for in loop.
I would like to store objects in an external database so that we can develop mocha tests using these objects running in a Node.JS environment. I would like to serialize the tc object into JSON, and I am able to send that via post to a web server db on local host. However serializing the object into JSON I haven't figured out. external libraries like json2.js also fail on the same for in loop.