🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@programmerraj/json-transformer

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@programmerraj/json-transformer

Modify json values with plugins.

latest
Source
npmnpm
Version
3.1.0
Version published
Maintainers
1
Created
Source

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

Keywords

json

FAQs

Package last updated on 13 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts