-
### Is your feature request related to a problem?
Option Yes
### Describe the solution you'd like
目前 GF 对 JSON 的处理都是使用标准库的包,无法自定义实现,特别是 `net/ghttp` 的 `request` 与 `response`
希望 `net/ghttp` …
-
## Description
There is an existing JSON serializer for the pecha.org website, but a few updates are needed
- **Include book category information** in the JSON file.
- **Combine versions and transla…
-
Hi, I have models that have `System.Text.Json` serialization attributes.
And now, to use them, I have to add additional `Newtonsoft.Json` attributes.
It would be nice to be able to choose `System.T…
-
I tried this code:
```rust
use std::error::Error;
#[allow(unused_imports)]
use teloxide::dispatching::dialogue::serializer::{Bincode, Cbor, Json};
use teloxide::dispatching::dialogue::{
self…
-
### Symfony version(s) affected
7.1
### Description
Deserializing to array of objects silently failes if content is single empty object or single empty array, but not if array of single empty…
-
### Description
Currently there is a check in `AbstractNormalizer::getAllowedAttributes` which is made for BC
https://github.com/symfony/symfony/blob/91588b3fe4435b0354fb423bea25c06b6a8bec86/src/S…
-
**Describe the bug**
When using JSON-compatible serializer (`new SerializerBuilder().JsonCompatible()`), it produces `\Uxxxxxxxx` for UTF-32 special characters (https://github.com/aaubry/YamlDotNet/b…
-
https://github.com/eclipse-serializer/serializer/blob/6dbcfc87c3ed899401e475c1a432ff3bad82ed5f/persistence/binary/src/main/java/org/eclipse/serializer/persistence/binary/java/util/BinaryHandlerSetFrom…
-
| Q | A
| ---------------- | -----
| Bug report? | yes
| Feature request? | no
| BC Break report? | yes
| RFC? | no
The following code throws an error under ver…
-
views.py
```py
import json
from rest_framework.response import Response
from rest_framework.views import APIView
from drf_spectacular.utils import extend_schema
from test_app.serializer import *…