All Projects → PaesslerAG → jsonpath

PaesslerAG / jsonpath

Licence: BSD-3-Clause license
No description or website provided.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to jsonpath

jsonuri
🌳 阿里剑鱼、iceluna、vanex 数据操作底层库,使用O(n) 复杂度回溯祖先节点
Stars: ✭ 131 (+11.97%)
Mutual labels:  jsonpath
SwiftPath
JSONPath for Swift
Stars: ✭ 46 (-60.68%)
Mutual labels:  jsonpath
godoc-generate
Default godoc generator - make your first steps towards better code documentation
Stars: ✭ 21 (-82.05%)
Mutual labels:  godoc
web-data-extractor
Extracting and parsing structured data with jQuery Selector, XPath or JsonPath from common web format like HTML, XML and JSON.
Stars: ✭ 52 (-55.56%)
Mutual labels:  jsonpath
LBDuoDian
No description or website provided.
Stars: ✭ 21 (-82.05%)
Mutual labels:  jsonpath
agollo
🚀Go client for ctrip/apollo (https://github.com/apolloconfig/apollo)
Stars: ✭ 563 (+381.2%)
Mutual labels:  godoc
JSONPath.sh
JSONPath implementation in Bash for filtering, merging and modifying JSON
Stars: ✭ 45 (-61.54%)
Mutual labels:  jsonpath
yamlpath
Command-line get/set/merge/validate/scan/convert/diff processors for YAML/JSON/Compatible data using powerful, intuitive, command-line friendly syntax.
Stars: ✭ 78 (-33.33%)
Mutual labels:  jsonpath
JPStream
JPStream: JSONPath Stream Processing in Parallel
Stars: ✭ 19 (-83.76%)
Mutual labels:  jsonpath
godocc
go doc with colors
Stars: ✭ 134 (+14.53%)
Mutual labels:  godoc
mapneat
MapNeat is a JVM library written in Kotlin that provides an easy to use DSL (Domain Specific Language) for transforming JSON to JSON, XML to JSON, POJO to JSON in a declarative way.
Stars: ✭ 45 (-61.54%)
Mutual labels:  jsonpath
xapi-profiles
A set of documents addressing the structure of and supporting services for xAPI Profiles.
Stars: ✭ 47 (-59.83%)
Mutual labels:  jsonpath
json matcher
Library for simplifying data verification in functional tests for your JSON-based APIs
Stars: ✭ 24 (-79.49%)
Mutual labels:  jsonpath
JsonPathKt
A lighter and more efficient implementation of JsonPath in Kotlin
Stars: ✭ 37 (-68.38%)
Mutual labels:  jsonpath
libusb
Go bindings for the C libusb library.
Stars: ✭ 74 (-36.75%)
Mutual labels:  godoc
jessie
JsonPath for Dart
Stars: ✭ 23 (-80.34%)
Mutual labels:  jsonpath
moddoc
A GOPROXY Documentation Generator
Stars: ✭ 33 (-71.79%)
Mutual labels:  godoc
ajson
Abstract JSON for Golang with JSONPath support
Stars: ✭ 144 (+23.08%)
Mutual labels:  jsonpath
go-notebook
Go-Notebook is inspired by Jupyter Project (link) in order to document Golang code.
Stars: ✭ 33 (-71.79%)
Mutual labels:  godoc
madon
Golang Mastodon API library
Stars: ✭ 66 (-43.59%)
Mutual labels:  godoc

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].