0.1.0 • Published 7 years ago

runnerty-executor-parse-xml-json v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

XML/JSON Parser executor for Runnerty:

Configuration sample:

{
  "id": "parse-xml-json_default",
  "type": "runnerty-executor-parse-xml-json"
}

Plan sample:

{
  "id":"parse-xml-json_default",
  "to": "xml",
  "json": {
    "title": "Hello world",
    "description": "Example for XML/JSON parser executor"
  }
}
{
  "id":"parse-xml-json_default",
  "to": "json",
  "xml": "<?xml version='1.0' encoding='UTF-8' standalone='yes'?><root><title>Hello world</title><description>Example for XML/JSON parser executor</description></root>"
}

Plan sample (with files):

{
  "id":"parse-xml-json_default",
  "to": "xml",
  "json_file": "./test/sample.json"
}
{
  "id":"parse-xml-json_default",
  "to": "json",
  "xml_file": "./test/sample.xml"
}
0.1.0

7 years ago