Skip to content

JsonTree.js v4.7.0 - Convert CSV and HTML files to JSON!

Latest
Compare
Choose a tag to compare
@william-troup william-troup released this 10 Dec 18:39
5b12227

New Features:

  • Added support to import CSV files (each line will be converted to a JSON object).
  • Added support to import HTML files (will be converted to a standard object as per usual).

Configuration Options:

  • The configuration option called "text.importedText" now defaults to "{0} files imported.".
  • The configuration option called "text.dragAndDropTitleText" now defaults to "Drag and drop your files to upload.".

Improvements:

  • HTML data types now contain a new property called "$type", which states the node type of the element.
  • Added a "max-height" to the inner contents container that defaults to 700px.

Fixes:

  • Fixed a few type faults in the import files area.
  • Fixed some missing types for loops.
  • Fixed a fault that prevented the HTML data type object "@children" from being converted to JSON when editing/copying.