jtm icon indicating copy to clipboard operation
jtm copied to clipboard

HTML/XML to JSON converter

Results 5 jtm issues
Sort by recently updated
recently updated
newest added

How can I fix this? I have a HTML file containing also JS inside

Officially, an XML declaration requires its attributes to be in the order: version, encoding, and then standalone. See for instance: https://xmlwriter.net/xml_guide/xml_declaration.shtml. Unfortunately, jtm seems to store all attributes in a...

First of all, thank you for this utility. I try to use jtm to convert a 1.3GB .xml file to json and each time my system runs out of RAM,...

Tried to use `jtm` on my Raspberry Pi 3B and run into trouble. It started to throw C++ exceptions. Here's the fix for it.

The code doesn't compile. Here is the list of compilation errors: ``` In file included from lib/jtml.hpp:157, from jtm.cpp:4: lib/Json.hpp: In member function ‘const Jnode::Iterator::SuperJnode& Jnode::Iterator::SuperJnode::operator()(const std::string&, const Jnode&) const’:...