Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
/ lookup Public archive

Lookup strings in JSON documents using simple JSON path expressions

License

Notifications You must be signed in to change notification settings

xyproto/lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lookup

This package provides a way to search and manipulate JSON files using simple JSON path expressions.

Utilities

A utility named loookup is included, that can be used for finding a value in a JSON document when given a simple JSON path expression.

You can do things like x.store.book[0].title.

x is the root node.

This is a spartan implementation of JSON paths. Only . and [ ] are supported so far.

About

Lookup strings in JSON documents using simple JSON path expressions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published