mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add option to JSON node to ensure particular encoding
This commit is contained in:
@@ -674,7 +674,14 @@
|
||||
},
|
||||
"label": {
|
||||
"o2j": "Object to JSON options",
|
||||
"pretty": "Format JSON string"
|
||||
"pretty": "Format JSON string",
|
||||
"action": "Action",
|
||||
"property": "Property",
|
||||
"actions": {
|
||||
"toggle": "Convert between JSON String & Object",
|
||||
"str":"Always convert to JSON String",
|
||||
"obj":"Always convert to JavaScript Object"
|
||||
}
|
||||
}
|
||||
},
|
||||
"yaml": {
|
||||
|
Reference in New Issue
Block a user