-
Currently, it is not the case that
```
cirq.read_json(json_text=cirq.to_json(x))
```
always returns something equivalent to `x`, or even has the same type as `x`. It is not the case when `x` is a …
-
### Bug description
When you push a value into a json array you get an _array_ added as the last element. This was observed in postgres.
### How to reproduce
Use this prisma model:
```
mode…
-
causing duplications when merging.
Compare to the listagg implementation which keeps tracks of retractions separately and removes them during merging:
https://github.com/apache/flink/blob/20e9826f…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
I have a nullable `StringArray` column that contains JSON object literals.
I need to JS…
-
```
model Person {
@prefixItems(string[])
names: string[]
}
```
[Playground Link](https://typespec.io/playground?c=aW1wb3J0ICJAdHlwZXNwZWMvanNvbi1zY2hlbWEiOwoKdXNpbmcgVHlwZVNwZWMuSnNvblPFHTsKCkD…
-
After updating ZCL_AJSON to version 1.19 we have run into an issue that might be a possible bug in the ZCL_AJSON. In our case we work with student data and return a json payload containing a deep stru…
-
## Description
The `AsyncWebCrawler` is currently returning arrays of JSON objects for each scrape, even when a Pydantic schema and prompt are specified to return only one JSON object per scrape. Thi…
-
### Topic
When reading a JSON key:array from parent stream, partition uses entire array as string in query
### Relevant information
Hi All, I am having trouble creating a partition for a returned a…
-
Hi there,
What is the proper way to UNNEST a JSON array? I have following JSON structure saved in a `raw` column of my table :
```
{
"post_id": "1",
"mentioned_users": [
{
…
-
select
(
(select array_to_json(array_agg(json_build_object('name', lb.id, 'name_value', lb.label_name))) AS array_to_json
from json_array_elements_text((us.data_aggre…