-
**Describe the bug**
I believe output parser is not wokring correctşy with newset version and the following versions (1.31.0b1, 1.28.0b4, 1.27.0), even a simple inference ends up with Invalid json ou…
-
Following the pattern of IntTryParse, I propose a new JsonNode class containing a `TryParse(string)` method.
The instance/non-static members will have information about the type of node that was pa…
-
We currently use `snakecase` for function names and kwargs, but we intentionally don't process the returned json `dict`. My initial thought was that this is technically external / independent of the l…
-
Currently e.g. `rfl::json` provides two ways to parse a string: from `std::string` or from `std::istream` (where the second delegates to the first). That means that parsing from `std::string_view` cur…
-
Valid commands are parsed from JSON in processMessages() and marshaled into the corresponding Definition and Id types.
Request/Response Types
* SensorDefinition, AcutatorDefinition, TelemeterDefi…
-
Function which takes the cv_1 data from gitlab and extracts the "text" field from each row of the json file. The text field is the full contents of a CV. Take that text field string and store it into …
-
```
I have a rather big JSON string to parse, and decided to make some tests with
varying amounts of data. For all my tests the native JSON class is from 8.5 to
12 times faster than the TinyJSON cla…
-
Will this support the JSON export of Tiled as well?
-
![image.png](https://raw.githubusercontent.com/ignatiusoey09/pe/main/files/3f256a18-1409-4ef9-8852-69b9e55f1426.png)
Editing the addressbook.json allows for duplicate appointment IDs, which can cause …
-
**Describe the bug**
When parsing json with unknown key, the path in the error message will only be correct if the unknown key is the first key in the object. If it is not the first key, the reported…