Add option to JSON node to ensure particular encoding

This commit is contained in:
Nick O'Leary
2018-01-14 23:19:01 +00:00
parent d701c406e2
commit dd23e03342
4 changed files with 180 additions and 32 deletions

View File

@@ -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": {