-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
Currently, to deserialize a StructArray from JSON, you need to use a JSON Object. E.g., de…
-
**Describe the bug**
When using the SQLAlchemy data layer with SQLite, in `get_all_user_threads()`, the returned `metadata` seems to be a JSON string but it is not ever deserialized.
https://gi…
-
## What is the current behavior?
`PrerecordedResponse.from_json(result)` ([link to code](https://github.com/deepgram/deepgram-python-sdk/blob/7df7b270a530c00fac4ebd77e9581ddafebe2d9f/deepgram/clients…
-
I was wondering how to write a polymorphic parser for JSON CloudEvents, where the payload can be one of many types.
Normally, with plain Jackson one can do something like [this](https://www.baeldung.…
-
## Issue
I am getting `JSON deserialization error` with the following on Android **ONLY** - iOS is working as expected.
```
export const config = {
issuer: 'https://opentest.coros.com',
cli…
-
I'm encountering an issue when using Jackson-jr with annotation support to handle record classes that map to JSON with snake_case field names. While serialization works as expected, deserialization of…
-
Our Cosmos deserialization is currently based on using Newtonsoft.Json to deserialize to DOM JTokens, which are then e.g. processed by our shapers. We should take a look at the entire approach here an…
roji updated
2 months ago
-
### Library name
Azure.AI.Inference
### Please describe the feature.
When trying to use `Azure.AI.Inference` in a native AOT application, the following trim/AOT warnings are produced:
```
ILC …
-
Description
===========
We are not validating while deserializing the record on the consumers? Is it not recommended or something planned for the future release or is already implemented(somehow I m…
-
When using polymorphic types with `System.Text.Json` and configuring `FallBackToNearestAncestor` and `IgnoreUnrecognizedTypeParameters` to true you cannot tell the Json type discriminator of unrecogni…