doc: Add note about use of JSON.stringify()
authorMithun Patel <mithunster@gmail.com>
Tue, 15 Mar 2016 16:12:41 +0000 (11:12 -0500)
committerMyles Borins <mborins@us.ibm.com>
Mon, 21 Mar 2016 20:07:07 +0000 (13:07 -0700)
commite572542de591a35ca803fcd6deb721d3151d4875
tree8f04652213057b7ef8241a1734d92828eb18a2ac
parent20539954ff32115c71b146ae29ef2e3d7b57d86c
doc: Add note about use of JSON.stringify()

process.send and child.send use JSON.stringify to serialize
the message.

Fixes: https://github.com/nodejs/node/issues/5453
PR-URL: https://github.com/nodejs/node/pull/5723
Reviewed-By: Jeremy Whitlock <jwhitlock@apache.org>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
doc/api/child_process.markdown
doc/api/process.markdown