2020-12-15 08:46:33 +00:00
|
|
|
{
|
2021-07-20 10:02:56 +00:00
|
|
|
"!name": "LIB/xmlParser",
|
2020-12-15 08:46:33 +00:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|