Skip to content

jtm v2.08

Latest
Compare
Choose a tag to compare
@ldn-softdev ldn-softdev released this 23 Aug 21:14
· 8 commits to master since this release
a933626

jtm - lossless tag semantic agnostic HTM/XML to JSON and back converter

A simple offline tool offering quick and lossless HTML/XML to JSON and back conversion

  • version 2.x offers an improved JSON layout (compared to v1.x), so it's easier to parse a resulting JSON
  • command interface switches also changed (to reflect action semantic better)

the tool offers following behaviors:

  • HTML/XML tags semantic agnostic - convertor does not keep track or tag meaning
  • converted JSON is possible to reinstate back to its original format XML/HTML (thanks to lossless conversion)
  • detects malformed HTML/XML (i.e. closed tags w/o corresponding opening) and automatically fixing it (optionally could be disabled)

Difference from previous release:

  • improved code base
  • lifted solidus parsing behavior (now both quoted and unquoted solidus allowed by default)