-
I keep coming back to JSONiq because it's such an elegant language, and it would be cool if I could use it for an api instead of eg. GraphQL. There's Hasura and similar for the latter that auto genera…
-
Jsoniq [0] already does something similar. Does it help?
[0] http://www.jsoniq.org/
-
Hi, your package is really cool!
I'm trying to implement the [JSONiq core grammar](https://www.jsoniq.org/grammars/jsoniq.xhtml). This grammar uses the EBNF `except` symbol, to exclude otherwise vali…
-
In cases where one tries to access the index of a sequence, no nice error message is printed but the frontend “panics” and prints a generic error message instead:
![image](https://github.com/user-a…
-
[JSONiq](http://jsoniq.org/docs/JSONiq/html-single/index.html)
- [ ] Module
- [ ] MainModule
- [ ] LibraryModule
- [ ] Prolog
- [ ] DefaultCollationDecl
- [ ] OrderingModeDecl
- [ ] EmptyOrderDecl
- […
-
please consider adding xidel to the repository
xidel is a tool to extract data from HTML/XML pages or JSON-APIs, using CSS, XPath 3.0, XQuery 3.0, JSONiq
https://github.com/benibela/xidel
https://…
zpimp updated
3 months ago
-
Hi Julian,
This question is inspired by this comment on your recent [youtube video](https://youtu.be/smUm3C5q2IM?t=2388).
> The semantics and type systems of XQuery/JSONiQ are already very well …
-
/usr/local/lib/node_modules/jsoniq/dist/lib/cli/Main.js:11
.action(file => {
^
SyntaxError: Unexpected token >
at Module._compile (module.js:439:25)
at Object.Module._ext…
-
Hi we've been using jsonata (jsonata.org) which is similar to jsoniq but unfortunately has performance problems
The code here looks great but I see the version is only 0.0.8 and that it hasn't been…
-
Sadly there's no test suite for JSONiq, so we'd have to create tests on our own using synthetic JSON input and custom queries.