JSON is a built-in JavaScript object, the API documentation is in the spec here:
http://es5.github.com/#x15.12 This might be easier to navigate: https://developer.mozilla.org/en/JSON Rick On Thu, Jul 19, 2012 at 10:10 PM, Angelo Chen <[email protected]>wrote: > hi, > > JSON.stringify(contact); > > first, where can i find the JSON documentation in nodejs doc? I know i > can find general JSON doc in the net, is there any nodejs specific > doc? > > second, does nodejs provide a way to merge two json objects? > > Thanks, > > Angelo > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
