How to convert an object to json in Node.js?

How to convert general JavaScript objects to json in Node.js?

Assume jo is a JavaScript object, you can convert it to a json string by:

JSON.stringify(jo)

Eric Ma

Eric is a systems guy. Eric is interested in building high-performance and scalable distributed systems and related technologies. The views or opinions expressed here are solely Eric's own and do not necessarily represent those of any third parties.

Leave a Reply

Your email address will not be published. Required fields are marked *