UNPKG

@sedeh/extensible-json-transformations

Version:

Have you ever wanted to perform query on a JSON? Have you ever wanted to consume it in a program but the JSON was in a form not suitable for your program? Have you wanted to use the JSON without writing any code to do it? Have you wondered what it takes

5 lines (4 loc) 292 B
import { XjsltComponent } from './lib/extensible-json-transformations'; import { Transformations, Styler } from './lib/shared/transformations'; import { Template, JXPath, Inquirer } from './lib/shared/inquirer'; export { XjsltComponent, Transformations, Styler, Template, JXPath, Inquirer };