Skip to content

abasse/flogoxml2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

XML2JSON flogo activity

This activity allows your flogo application to convert xml to JSON data. This done with goxml2json (github.com/basgys/goxml2json).

Installation

flogo install github.com/abasse/flogoxml2json

Schema

Inputs and Outputs:

  { "inputs":[
        {
          "name": "input",
          "type": "string",
          "required": true
        }
      ],
      "outputs": [
         {
           "name": "result",
           "type": "string"
          }
      ]
 }

About

Flogo component, xml to json converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages