PromucFlow_constructor/app/client/src/constants/defs/xmlParser.json
2021-07-20 15:32:56 +05:30

14 lines
288 B
JSON

{
"!name": "LIB/xmlParser",
"xmlParser": {
"parse": {
"!doc": "converts xml string to json object",
"!type": "fn(xml: string, options?: object) -> object"
},
"validate": {
"!doc": "validate xml data",
"!type": "fn(xml: string) -> bool"
}
}
}