From c25839f5aa88f8b026413e032645626dcba08df6 Mon Sep 17 00:00:00 2001 From: "davor.sauer" Date: Wed, 18 May 2022 21:56:43 +0200 Subject: [PATCH] Register activity for converting json to xml. --- docs/data/items.toml | 6 ++++++ readme.md | 1 + 2 files changed, 7 insertions(+) diff --git a/docs/data/items.toml b/docs/data/items.toml index 1b54300..9b40581 100644 --- a/docs/data/items.toml +++ b/docs/data/items.toml @@ -252,6 +252,12 @@ color = "#288FBD" description = "TCI BusinessWorks Utiltities palette with activities IpFilter and GetToken. Developed using Plug-in Development Kit" url = "https://github.com/surfra/tci-bw-utilities" +[[items]] +title = "JSON to XML" +color = "#green" +description = "Activity that converts JSON to XML." +url = "https://github.com/d-sauer/contrib/tree/master/activity/json2xml" + [[items]] title = "tci-awesome" color = "#3E8DDD" diff --git a/readme.md b/readme.md index fd2f7df..ac048d6 100644 --- a/readme.md +++ b/readme.md @@ -33,6 +33,7 @@ The complete list of extensions is here: * [filter](https://github.com/jvanderl/flogo-components/tree/master/activity/filter) * [getjson](https://github.com/jvanderl/flogo-components/tree/master/activity/getjson) * [jsontodata](https://github.com/jvanderl/flogo-components/tree/master/activity/jsontodata) + * [json2xml](https://github.com/d-sauer/contrib/tree/master/activity/json2xml) * [kafka](https://github.com/jvanderl/flogo-components/tree/master/activity/kafka) * [mqtt](https://github.com/jvanderl/flogo-components/tree/master/activity/mqtt) * [redis](https://github.com/jvanderl/flogo-components/tree/master/activity/redis)