1.9.0 • Published 5 months ago

@nlighten/json-transform v1.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 months ago

1.8.2

5 months ago

1.8.1

7 months ago

1.8.0

7 months ago

1.7.1

8 months ago

1.7.0

8 months ago

1.6.0

8 months ago

1.5.0

8 months ago

1.3.3

8 months ago

1.3.2

8 months ago

1.3.1

8 months ago

1.3.0

8 months ago

1.2.1

8 months ago

1.2.0

8 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago