@programmerraj/json-transformer
TypeScript icon, indicating that this package has built-in type declarations

3.1.0 • Public • Published

Test License TS-Standard - Typescript Standard Style Guide

json-transformer

Modify json values with plugins.

Install

npm i @programmerraj/json-transformer

Usage

import { transform } from '@programmerraj/json-transformer'

transform(3, [{
  Number: {
    enter: path => {
      path.node.value++
    }
  }
}]) // Returns 4

Contribute

JavaScript Style Guide

Readme

Keywords

Package Sidebar

Install

npm i @programmerraj/json-transformer

Weekly Downloads

0

Version

3.1.0

License

MIT

Unpacked Size

25.4 kB

Total Files

39

Last publish

Collaborators

  • programmerraj