mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Update json node docs to add caveat on ensuring JSON
This commit is contained in:
		| @@ -51,6 +51,10 @@ | ||||
|        between the two. This can be used, for example, with the <code>HTTP In</code> | ||||
|        node to ensure the payload is a parsed object even if an incoming request | ||||
|        did not set its content-type correctly for the HTTP In node to do the conversion.</p> | ||||
|     <p>If the node is configured to ensure the property is encoded as a String and it | ||||
|        receives a String, no further checks will be made of the property. It will | ||||
|        not check the String is valid JSON nor will it reformat it if the format option | ||||
|        is selected.</p> | ||||
|  | ||||
| </script> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user