1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/function/datagenerator/locales/en-US/datagenerator.json
2016-03-16 16:37:23 +00:00

13 lines
264 B
JSON

{
"datagen": {
"label": {
"syntax": "Return",
"text": "a text string",
"json": "a parsed JSON object"
},
"errors": {
"json-error": "error trying to parse string to JSON"
}
}
}