1.0.9 • Published 6 years ago

@f5io/jsonpath v1.0.9

Weekly downloads
80
License
MIT
Repository
github
Last release
6 years ago

jsonpath

Performant JSONPath implementation that focusses on results

Features

  • Fast
  • Extended syntax support
  • Error safe, using a simple Maybe functor under the hood
  • Memoized compilation of queries
  • 100% code coverage

Syntax

COMING SOON

Installation

$ npm install --save @f5io/jsonpath

or if you have yarn installed on your machine

$ yarn add @f5io/jsonpath

Usage

const jp = require('@f5io/jsonpath');
const jsonPathQueryStr = '$..h[?(@.foo>13)]';
const result = jp(jsonPathQueryStr,jsonObject);

Contributors

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago