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
@@ -381,7 +381,7 @@
|
||||
"buffer": "Buffer",
|
||||
"string": "字符串",
|
||||
"base64": "Base64编码字符串",
|
||||
"auto": "自动检测 (字符串或buffer)",
|
||||
"auto": "自动检测 (已解析的JSON对象、字符串或buffer)",
|
||||
"json": "解析的JSON对象"
|
||||
},
|
||||
"true": "是",
|
||||
|
Reference in New Issue
Block a user