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
@@ -361,7 +361,7 @@
|
||||
"buffer": "바이너리 버퍼",
|
||||
"string": "문자열",
|
||||
"base64": "Base64문자열",
|
||||
"auto": "자동판정(문자열혹은 바이너리버퍼)",
|
||||
"auto": "자동판정(JSON오브젝트, 문자열혹은 바이너리버퍼)",
|
||||
"json": "JSON오브젝트"
|
||||
},
|
||||
"true": "한다",
|
||||
|
Reference in New Issue
Block a user