node/javascriptshowcases the usage in Node.js JavaScriptexample.cjstargets JavaScript, "commonjs" style.example.mjstargets JavaScript, "module" style.
node/typescriptshowcases the usage in Node.js TypeScriptexample.cjstargets JavaScript, "commonjs" style - from TypeScript^3.8 || ^4 || ^5.example.mjstargets JavaScript, "module" style - from TypeScript^4 || ^5.
web/parcelshowcases the usage in web browser when compiled by Parcel:src/index.htmlwill be compiled to
dist/index.htmland runs in any web browser.
web/webpackshowcases the usage in web browser when compiled by Webpack:src/index.jswill be compiled, so that it can be embedded by
dist/index.htmland runs in any web browser.
The models test data holds also examples for complete structures
with all possible use cases, all nesting, and advanced complexity.