util.datamapper: Library for extracting data from stanzas

Based on the XML support in the OpenAPI specification.
This commit is contained in:
Kim Alvefur 2021-03-07 00:57:36 +01:00
parent 02da1378f8
commit 081eb23c54
4 changed files with 255 additions and 0 deletions

View file

@ -29,6 +29,9 @@ files["util/"] = {
files["util/jsonschema.lua"] = {
ignore = { "211" };
}
files["util/datamapper.lua"] = {
ignore = { "211" };
}
files["plugins/"] = {
module = true;
allow_defined_top = true;