-
Hi,
I'm having an issue where a function taking parameters of int, std::tuple seems like it is getting detected as int, json-object instead of int, json-array.
nlohmann-json maps std::pair and s…
-
Suggested to store in `ArrayExpression`, `StructuredExpression` and `JsonExpression` the string value retrieved from the database and convert it to an `array` or other PHP representation as the data i…
-
# Reproduce
Minimal repro structure
![image](https://github.com/user-attachments/assets/46b2f0d7-5163-4fb4-a77e-a26be69646a1)
1. Create `foo.proto`:
```proto
syntax = "proto3";…
-
i got a response consisting only of an array (no object) so i can not use dot notation?.
like that
```json
[
"fe80:0:0:0:20c:29ff:fe2b:b16e",
"0:0:0:0:0:0:0:1",
"127.0.0.1",
"192.1…
-
Hello, and thanks again for this excellent tool! I still use its CLI all the time.
Sometimes I get JSON output from another command that I want to use as the context/variables for a wheezy template…
-
Hello,
I am using Morph-KGC for a university project, and I've encountered a couple of issues that are preventing me from achieving the desired results.
1. JSON Arrays with Null Values Causing E…
-
json body example:
`
[
{
"id": 1
},
{
"id": 2
}
]
`
How do I define it in the API file?
-
Hi,
when using a `PayloadSubsectionExtractor` (e.g. `FieldPathPayloadSubsectionExtractor`) to extract a subsection of a JSON payload, array indices are ignored.
I would assume that when a path i…
-
**Is your feature request related to a problem? Please describe.**
Presently, the json parser library [Parson](https://github.com/kgabis/parson) singlehandedly is used to generate `libgrass_parson.…
-
**Describe the bug**
Routes that produce JSON don't correctly handle empty collections. The resulting JSON should always have a field with an empty JSON array - but instead the field is omitted altog…