+--------------------------------------------------+
| FEATURES / REMARKS                               |
+--------------------------------------------------+
 - Writes JSON v3.0 compliant files (e. g. for
   three.js [WebGL])


+--------------------------------------------------+
| CHANGE LOG                                       |
+--------------------------------------------------+
[2021-01-17] Version 1.24 => 1.24a
 - Fixed not working parameter 'saveAsOneFile' in 'exportFile(fileName, cadExportContainer, progressListenerInterface, saveAsOneFile)'

[2019-06-09] Version 1.23 => 1.24
 - Added optional export of meta data (e. g. JT properties)

[2017-05-14] Version 1.22 => 1.23
 - Added possibility to create strings (with file content)
   instead of files

[2017-03-01] Version 1.21 => 1.22
 - Added possibility to save in one or many files

[2015-11-08] Version 1.20 => 1.21
 - Reduced size of JSON files by 60 percent (v1.20
   has increased the file size by 60 percent)

[2015-11-08] Version 1.11 => 1.20
 - API changed slightly, simplified datamodel

[2015-05-11] Version 1.10 => 1.11
 - Support layer names which are longer than 260 characters

[2014-07-13] Version 1.00 => 1.10
 - Support for exporting each node into a separate file
 - Provided HTML example for tree node navigation

[2012-04-08] Version 1.00
 - Initial version