-
Hello,
I was wondering what would be the way to handle keywords like: Now, Pi.
For now I add them as parameters in the Evaluate() function, but I was wondering if there was a more appropriate way to…
-
Hi,
I'm trying to create a conditional expression if a variable is `nil`, but it throws an `Error` instead.
```
parameters := make(map[string]interface)
parameters["foo"] = "bar"
expression := …
-
Hi.
Is there a way to construct a single jsonpath expression that has multiple condition parts.
If I have this JSON: {"a":1,"b":[{"x":2,"y":3},{"x":3,"y":2}]}
And want to check that (a==1) AND (b[0…
-
To handle my dependencies I'm using a different repo than my main code and using git submodules to handle my dependencies I'm trying to fetch both json path and gval repositories into my project but g…
-
-
Hi,
I'm having constant crashes (every 3-6 hours on every node) in ejabberd. I'm currently using ejabberd 16.8 but the issue happened with older versions as well. Architecture-wise, I have four eja…
-
Hi,
sorry for opening another issue so soon after the first one. I took a few examples off https://goessner.net/articles/JsonPath/index.html#e3 but can't get them to work.
Example code:
```
v…
-
When accessing arrays like this:
`arr["0"]`
... I expect jsonpath to return an error. Array-indices are always integer and never strings. Instead, I get the first element. Is this by design? If …
-
If I look at
`{
"a": {
"b": {
"c": 1,
"d": 2
}
}
}`
and running this expression '$..c' I will get the value 1.
Is there a way to get c full path as well (like '$a.…
-
with`"editor.autoClosingBrackets": false` literal string interpolation lines are still automatically writing the closing quotes.
```
f''
f""
```
Same happens with Unicode strings, byte strings, r…