mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
auto mode to auto parse string to JS Object
This commit is contained in:
committed by
Steve-Mcl
parent
8f5d3dc49c
commit
78f456911a
@@ -454,7 +454,7 @@
|
||||
"buffer": "a Buffer",
|
||||
"string": "a String",
|
||||
"base64": "a Base64 encoded string",
|
||||
"auto": "auto-detect (string or buffer)",
|
||||
"auto": "auto-detect (parsed JSON object, string or buffer)",
|
||||
"json": "a parsed JSON object"
|
||||
},
|
||||
"true": "true",
|
||||
|
||||
Reference in New Issue
Block a user