velitquisquam
A complete, bidirectional, JXON library
A complete, bidirectional, JXON library
Build xml files from json objects
This is a fork of fast-xml-parser. The primary change is that XMLParser does not transform tag values. All tag values are returned as strings. This is useful for preserving the original XML value when transforming XML to JSON and back to XML.
## import ```javascript import O_json_to_html from "o_json_to_html" o_json_to_html = new O_json_to_html() ``` ## json to html ### t => "tagName" ```javascript var o_html_element = o_json_to_html.f_json_to_html(` { "s_t": "h1", "s_inner_text":
A complete, bidirectional, JXON library
Another json to xml convertor.
Validate XML, Parse XML, Build XML without C/C++ based libraries
A convertor between XML text and Javascript object / JSON text.
Validate XML, Parse XML, Build XML without C/C++ based libraries
A convertor between XML text and Javascript object / JSON text.
A converter between XML text and Javascript object / JSON text.
A converter between XML text and Javascript object / JSON text.
A convertor between XML text and Javascript object / JSON text.
Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries
A convertor between XML text and Javascript object / JSON text.
A convertor between XML text and Javascript object / JSON text. This fork adds the `allowDoubleSanitization` option.