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

0.1.2 • Public • Published

@talesoft/json-pointer

Utilities for JSON-pointers.

Install

// Yarn
yarn add @talesoft/json-pointer

// NPM
npm i @talesoft/json-pointer

TypeScript typings are included (No @types/ package needed)

Usage

import { resolve } from '@talesoft/json-pointer'

const value = resolve('/someProperty/2', { someProperty: ['a', 'b', 'c', 'd']}) // "c"

Readme

Keywords

none

Package Sidebar

Install

npm i @talesoft/json-pointer

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

4.27 kB

Total Files

7

Last publish

Collaborators

  • torben-koehn
  • torbenkoehn
  • simonekruegel