iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
34 lines • 566 B
JSON
{
"name": "json",
"description": "turn string to json or turn json to string",
"spec":{
"id": "__HOPE__/builtin/string/json",
"in": {
"ports": [
{
"name": "input",
"type": "string"
}
]
},
"out": {
"ports": [
{
"name": "out",
"type": "string"
}
]
},
"config":[
{
"name":"method",
"type":"string",
"default":"parse",
"required":true
}
]
},
"ui": {
},
"doc": "builtin/string.html#json"
}