Tag Parser

A small set of libraries, that could parse HTML text or custom tags text, transform it into JSON object, apply custom functions, and transform it back to text.

Simply said: template language set. The GitHub repository contains:

  • code-beautifier
    – colorizes and beautifies custom tags code
  • contentEditable
    – adds ‘tab key’ functionality to editable divs
    – allows text colorization
  • json-viewser
    – draws a JSON tree
  • json-to-string
    – traverse JSON object, apply custom functions (like foreach, if, etc) and returns string.

Example