1.9.0 • Published 7 months ago

@nlighten/json-transform v1.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@nlighten/json-transform

npm.io

JSON transformers JavaScript implementation (~20kB)

Installation

npm install @nlighten/json-transform

Usage

(async() => { // in an async context
  
  const transformer = new JsonTransformer("$$lower:$.x")
  expect(
    await transformer.transform({x: "HELLO"})
  ).toEqual("hello");
  
})();

Peer dependencies

Notice the following peer dependencies that are required by some of the functions:

  • fast-json-patch
  • js-yaml
  • json-pointer
  • xml2js

License

MIT

1.9.0

7 months ago

1.8.2

7 months ago

1.8.1

9 months ago

1.8.0

9 months ago

1.7.1

9 months ago

1.7.0

10 months ago

1.6.0

10 months ago

1.5.0

10 months ago

1.3.3

10 months ago

1.3.2

10 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago