defiant-temp

Search JSON structures plus smart templating with XSLT and XPath.


Keywords
search, javascript, query, json, xpath, xslt, browser, node, nodejs, web-worker, xpath-queries
License
AGPL-3.0
Install
npm install defiant-temp@2.1.3

Documentation

DefiantJS provides the ability for you to build smart templates applicable on JSON structures, based upon proven & standardized technologies such as XSLT and XPath.

For documentation and live jupyter code blocks, please visit defiantjs.com

Installation from npmjs.com

Notice that installation requires "defiant.js" and not "defiant". This is due to the account of "kstngroup" has published it on npmjs.com. Making your project dependant to "defiant" might result in security issues in the future since I do not control the namespace of "defiant".

  • Correct way to install
npm install defiant.js
  • Wrong way to install
npm install defiant