Skip to content

abasse/flogojsontransformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

JSON transformer flogo activity

This activity allows your flogo application to transform JSON data. The transformation is done with kazaam (https://github.com/qntfy/kazaam).

Installation

flogo install github.com/abasse/flogojsontransformer

Schema

Inputs and Outputs:

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

About

Flogo activity to transform JSON data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages