-
Oopsy?
![image](https://github.com/user-attachments/assets/50811f8e-f027-4394-90d4-c733e8d9b68d)
See: https://rustytube.rs/player?id=5ZJCDbszAE4
-
Hi!
I was interested in using your library which simply a lot of our serialization, notably because we use frozen dataclasses extensively. We also use the abstract base classes from `collections.abc`…
-
## Description
Program panics when serde_json is built with **arbitrary_precision** feature
```
thread 'actix-server worker 0' panicked at src\http_services\api\dashboard\summary.rs:11:14:
calle…
-
We already have serde and serde-derive, it might make sense to be able to read/write JSON as well.
-
## Description
I have a schema where some of the input types are `JSON` which expects json blobs. I've mapped this in the file where I'm deriving things using `type JSON = serde_json::Value;`.
I…
-
TinyTemplate converts the context structure to `serde_json::Value` internally so that it can look up values by string keys. This introduces a dependency on `serde_json` even though we don't really do …
-
Hi, i could not find the reason on gh issues or in other places,
what is the current limitation that prevents an implementation that is able to Serialize/Deserialize rust non C-like enums?
is that …
-
### Description
I'm getting a lot of great use out of grillon, and I think it is a terrific crate. One thing I notice while testing with `json_path` assertions is that assertions like:
```rust
…
-
serde_json supports enums:
| Kind | Enum field |
|--|--|
| Unit | `"field": "Unit",`
| Newtype | `"field": { "Newtype": 42 },`
| Tuple | `"field": { "Tuple": [42, "answer"] },`
| Struct | `"fiel…
-
**Describe the bug**
If a struct contains a field annotated with `#[serde(flatten)]`, it cannot be deserialized by sonic.
**To Reproduce**
__Cargo.toml__
```
[package]
name = "repro"
vers…