-
### Describe the bug
```
type BaseModel struct {
ID *models.RecordID `json:"id,omitempty"`
CreatedAt *models.CustomDateTime `json:"created_at,omitempty"`
UpdatedAt *models.CustomD…
-
**What?**
It would be handy to be able to loop (using items or data items) over a list which is specified in a local variable as an array `my_array = ["item_1", "item_2", "item_3"]`. This does _almos…
-
Packetbeat fields that contain a JSON array containing JSON objects have the contain JSON objects removed, resulting in an empty field.
## Expected Behavior
Packetbeat fields that contain a …
-
Thanks so much for this project! I've encountered an issue on Jupyter Notebooks when trying to access the lexicon nrc_en.json. Here's the output of a sample that I tried to run:
from nrclex import…
-
Diesel currently supports the postgres array types. We do not provide built-in support for [various methods](https://www.postgresql.org/docs/current/functions-json.htmll) available for these types. Th…
-
```
streamlit==1.39.0
st-multimodal-chatinput==0.2.1
```
Python version: 3.12.7
The project's example code implies a certain JSON structure the input supposed to yield, I supposed to get file…
-
Is there someway of doing something like this?
```
raku -MJSON::Class -e '
class TestObject does JSON::Class {
has Str $.string;
}
constant TestObjects = (Array[TestObject] but JSON::C…
-
## Expected Behavior
JSON data should be extracted into multiple messages if the data has a root array, or at the very least the first item in the array should be extracted.
## Current Behavior
T…
-
When generating the JSON, the output does not include names for the arrays. When converting to an object, the arrays are anonymous and makes navigating the objects very difficult.
for example
```j…
-
It may be possible to reduce the size of `ProtocolDAGResult`s and other `GufeTokenizable`s that require the use of `numpy` arrays for storing numerical data if we apply compression against the byte fo…