-
I see this checksum error for `jsonpath_lib` when trying to build `polars-0.20.2`:
```
== 2024-10-28 11:18:26,566 filetools.py:1319 DEBUG Computed sha256 checksum for /apps/eb/el8/upstream/sources…
-
```
1. Prepare JSON like:
{
"features": [
{
"type": "Feature",
"geometry": {
"type": "GeometryCollection",
"geometries": [
…
-
I am using `GsonJsonProvider` and it returns `JsonArray` from `createArray` method.
`JsonArray` is not implementing `List` interface, but `Iterable`.
This body of delete method in `JsonContext` expe…
-
```
What steps will reproduce the problem?
String str = response.getBody().jsonPath().getString(“some.path”);
with(str).get(“more.sub.path”); // Getting Exception as Failed to parse the
JSON document…
-
1. What happening if I use this input? { "a": 1, "a": 2 }
2. How I can get a value from parsed JSON?
Ex:
jsonParsed = runParser $ jsonValue "{ \"config\": { \"mode\": \"dev\" } }"
jsonGet jsonP…
-
This issue is coming from a possible refactoring of the example Thing Description Directory TD provided in the Discovery document. In particular, it was proposed to model all different search methods …
-
the db property is always an empty obj
SpeedCache { db: {}, jsonPath: './lib/dbx.json' }
no matter what I change
-
Hi there, thanks so much for provide this awesome tool, i.e. jsonpath.
I'm working on parsing a parameter like `parse("abcdefg!abcdefg").find(json_object)`, which contains the '!' character in one …
-
Hi, could you consider to provide these two method:
```java
public interface ReadContext {
...
String jsonString(String path);
String jsonString(String path, Predicate... filters)…
-
Hi,
I am trying to move from Java 8 to a higher version, and I tried to run my test that run perfectly in Java 8.
I'm using restAssured 4.2.0
I tried shifting to Java 11, and 12, both Adopt…