parser node info updates

This commit is contained in:
Dave Conway-Jones
2016-02-12 13:16:28 +00:00
parent b7a0ad703a
commit 4cb45e2712
4 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
</script>
<script type="text/x-red" data-help-name="json">
<p>A function that parses the <b>msg.payload</b> to convert a JSON string to/from a javascript object. Places the result back into the payload.</p>
<p>A function that parses the <code>msg.payload</code> to convert a JSON string to/from a javascript object. Places the result back into the payload.</p>
<p>If the input is a JSON string it tries to parse it to a javascript object.</p>
<p>If the input is a javascript object it creates a JSON string.</p>
</script>