-
Calling `jsonpath_expression::evaluate()` on a JSON that contains a `json_const_pointer` to a valid second JSON throws "Index on non-array value not supported". The reason seems to be a [non-const cal…
-
> glaze v4.0.1
Using the following test:
```json
{
"test": true
}
```
```cpp
#include
#include
int main()
{
glz::json_t json;
if (!glz::read_file_json(json, "test.json…
-
The following data is a record package which declares the bids extension and the enquiry extension (although there is a typo in the extension.json url for the enquiry extension): https://public.mtende…
-
Currently, if a `policy_expr` has a JSON pointer (most all of them do), we can't parse the expression into the structured `Expr` type until the analysis completes and we have the value to insert at sa…
-
Hello.
I've noticed that using special chars like ` `, `|`, `[`, `]`, `{`, `}`, `^`, `%`, `\`, `~` in reference pointers lead to an exception.
Example schema that fails:
```json
{
"type": "ob…
-
Hi,
I would like to use input variables to dynamically retrieve data from response body.
Could it be possible?
My use case:
polling endpoint for for slide number.
retrieveing text content from …
-
Currently, the Relative JSON Pointer (RJP) specification only specifies how to evaluate an RJP with a document reference. This is actually challenging as typical in-memory representations of JSON doc…
-
Sometimes we need extract data from child node instead of root document.
For example get index mappings from ElasticSearch:
```java
@HttpExchange("http://localhost:9200")
public interface Elastic…
quaff updated
1 month ago
-
This ticket aims to eventually be a master issue for tracking what's needed to support https://github.com/simdjson/simdjson. The idea is to support `simdjson` on the evaluator, while keeping the compi…
-
**Describe the bug**
The [escaped syntax](https://opensearch.org/docs/latest/data-prepper/pipelines/expression-syntax/#escaped-syntax) for json pointers define how to build json pointers for fields t…