enhancement
New feature or request
good first issue
Good for newcomers
OpenAPI
Issues related to the OpenAPI ruleset
#
jsonpath
Here are 169 public repositories matching this topic...
A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
json
csv
cpp
json-serialization
cbor
json-parser
messagepack
json-pointer
json-patch
json-diff
bson
ubjson
json-parsing
jsonpath
jmespath
csv-parser
csv-reader
jsonschema
json-construction
streaming-json-read
-
Updated
Mar 28, 2022 - C++
A simple and extensible behavioural testing library for Go. You can use api test to simplify REST API, HTTP handler and e2e tests.
testing
golang
mocking
behavioural-tests
mocks
api-testing
blackbox-testing
jsonpath
sequence-diagrams
-
Updated
Oct 22, 2021 - Go
A streaming JsonPath processor in Java
-
Updated
Mar 30, 2022 - Java
Arbitrary transformations of JSON in Golang
-
Updated
Jul 5, 2021 - Go
Flexible JSON traversal for rapid prototyping.
-
Updated
Oct 13, 2021 - Swift
Use JSONPath to selectively extract data from any JSON or GraphQL API directly into Google Sheets.
-
Updated
Jul 10, 2021 - JavaScript
spyzhov
commented
Jun 22, 2020
Switch to typed consts
type OperationPriority uint8
const (
PriorityUnknown OperationPriority = iota
PriorityOr
PriorityAnd
PriorityEq
PrioritySum
PriorityBit
PriorityMul
PriorityPow
)
priority = map[string]OperationPriority{
"**": PriorityPow, // additional: power
"*": PriorityMul,
"/": PriorityMul,
"%": PriorityMul,
good first issue
Good for newcomers
PHPUnit assertions for JSON documents
-
Updated
Mar 28, 2022 - PHP
type-safe JSON spec and validation tool
-
Updated
Jan 15, 2021 - Haskell
SoftCreatR
commented
Nov 3, 2020
Test Data:
[
"first",
"second",
"third",
"forth",
"fifth"
]
Selector:
$[*,1]
Resul:
Unable to parse token *,1 in expression: [*,1]
Expected result (Proposal A):
[
"first",
"second",
"third",
"forth",
"fifth",
"second"
]
https://cburgmer.github.io/json-path-comparison/results/union_
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
hacktoberfest
JsonPath engine written in Rust. Webassembly and Javascript support too
-
Updated
Mar 14, 2022 - Rust
A Java annotation processor library which generates gson type adapters using basic JsonPath style annotations
android
kotlin
java
json
annotations
gson
annotation-processor
java-annotation-processor
jsonpath
annotation-processor-library
adapter-factory
-
Updated
Apr 17, 2020 - Kotlin
Fast and memory-efficient JSON for Delphi
-
Updated
Mar 16, 2022 - Pascal
Comparison of the different implementations of JSONPath and language agnostic test suite.
-
Updated
Feb 16, 2022 - Shell
3
fariz1992
commented
Mar 30, 2022
the following code block doesn't work.
if (this.schema.minimum) {
if (!(Number(this.value) >= this.schema.minimum)) {
return this.e('Must greater than or equal ' + this.schema.minimum);
}
}
good first issue
Good for newcomers
Command-line get/set/merge/validate/scan/convert/diff processors for YAML/JSON/Compatible data using powerful, intuitive, command-line friendly syntax.
python
cli
yaml
json
python3
devops-tools
dot-notation
jsonpath
yaml-processor
hiera-eyaml
eyaml
yaml-path
ruamel
yamlpath
yaml-paths
eyaml-support
json-processor
-
Updated
Dec 7, 2021 - Python
Extracting and parsing structured data with jQuery Selector, XPath or JsonPath from common web format like HTML, XML and JSON.
-
Updated
Oct 19, 2021 - Java
A set of documents addressing the structure of and supporting services for xAPI Profiles.
-
Updated
Oct 21, 2021 - Python
Improve this page
Add a description, image, and links to the jsonpath topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jsonpath topic, visit your repo's landing page and select "manage topics."
While not technically in violation of the OpenAPI specification, including a query parameter in a path should be flagged as an error in Spectral:
For example, the following when def