CSML-by-Clevy / csml-engine

CSML is an easy-to-use chatbot programming language and framework.

Home Page:https://csml.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convert XML to/from JSON

frsechet opened this issue · comments

Is your feature request related to a problem? Please describe.
Make it possible with pure CSML to convert JSON to XML and XML to JSON, for use with certain APIs

Describe the solution you'd like

XML2JSON("xml") => "json"
JSON2XML("json") => "xml"

Or maybe something more generic (and usable also with #192 )

Convert("xmlstring", from="xml", to="json")