GitHub - PaesslerAG/jsonpath (original) (raw)

Skip to content

Sign in

Appearance settings

View all features

View all solutions

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

PaesslerAG / jsonpath Public

License

BSD-3-Clause license

219 stars 42 forks Branches Tags Activity

Star

Notifications You must be signed in to change notification settings

Additional navigation options

BranchesTags

Folders and files

Name Name Last commit message Last commit date
Latest commitHistory50 Commits
testdata testdata
.gitignore .gitignore
.travis.yml .travis.yml
LICENSE LICENSE
README.md README.md
example_test.go example_test.go
go.mod go.mod
go.sum go.sum
jsonpath-struct_test.go jsonpath-struct_test.go
jsonpath.go jsonpath.go
jsonpath_test.go jsonpath_test.go
parse.go parse.go
path.go path.go
placeholder.go placeholder.go
placeholder_test.go placeholder_test.go
selector.go selector.go
test-suite_test.go test-suite_test.go
test.sh test.sh

Repository files navigation

JSONPath

Build Status Godoc

JSONPath is a complete implementation of http://goessner.net/articles/JsonPath/. JSONPath can be combined with a script language. In many web samples it's combined with javascript. This framework comes without a script language but can be easily extended with one. See example.

It is based on Gval and can be combined with the modular expression languages based on gval. So for script features like multiply, length, regex or many more take a look at the documentation in the GoDoc.

About

No description or website provided.

Topics

godoc jsonpath gval

Resources

Readme

License

BSD-3-Clause license

Activity

Custom properties

Stars

219 stars

Watchers

9 watching

Forks

42 forks

Report repository

Releases2

beta1.1 Latest Aug 3, 2019

+ 1 release

Packages

No packages published

Used by 1.7k

@pflege-de @cptthura-alt @torbjornvatn + 1,707

Contributors5

Languages