-
Working in the BD lecture cheatsheet 2023 HS' ipynb on the github dataset, I came across an error that I was told to report.
`count(distinct-values(json-file("git-archive.json", 10).payload[$$.head…
-
An [answer on StackExchange](https://stackoverflow.com/a/59695072/2918239) shows examples of updates to JSON documents in Xidel.
I am targeting query-based, in-place updates to JSON files from the…
-
Suggested by @dunkfordyce , implementation discussed here:
http://librelist.com/browser//jsonselect/2011/6/3/objects/#b8bb946b3b839bd5894d9f78a5c6fb2fh
What if you want to limit the amount of data t…
lloyd updated
12 years ago
-
Hi Sebastian,
I have to debug the parser further, but currently I wonder what's the difference between an intermediate array variable and breaking record-fields access / accessing an array index in…
-
### What problem are you trying to solve?
How can criteria for filtering event streams and related program logic be made portable between clients and servers?
If able to transmit these criteria …
-
Hello,
We have been using (XQLint)[https://github.com/wcandillon/xqlint] for syntax highlighting for years now and we believe that it is extremely solid. It is used in: ACE, C9, eXide, Atom, and Code…
-
@mstevan
test-set: not.xml
test-cases: fn-not-5 to fn-not-16
@team
Not behaves weirdly when having two not calls within same query.
not("true") or not("true") for example works but not("true") …
-
@gislenius the spec documents as
`replace json value of $a($i) with $c`
Whereas the actual syntax seems to be
`replace value of json $a($i) with $c
-
This simple main query hits the assertion zerr:ZXQP0002:
``` jsoniq
jsoniq version "1.0";
declare function local:test($res as object*, $token as string) as item
{
{ $token }
};
declare function l…
-
Hi,
I'm running a RumbleDB docker as a server with the current docker image & it works with Jupyter Notebooks.
Now I'm trying to run HTTP requests, and for example `http://localhost:8001/jsoniq?quer…