Jonas Bushart
Jonas Bushart
@sdd If you need support for nesting you either need wrapper types or you try [`serde_with`](https://docs.rs/serde_with/1.8.0/serde_with/). This will work for any number, you just need to make sure the value...
I tested the code a bit and so far it felt quite nice to use. I'm considering making this the basis for my crate [serde_with](https://github.com/jonasbb/serde_with), in which I already have...
Yes it can work in some situations. In the linked issue you see the reasons why I added the note in the first place. Combining the attributes is fragile. If...
serde has a long-standing bug where any internal buffering, such as the use of `flatten` or different enum representations, causes some features to fail. The serde issue is https://github.com/serde-rs/serde/issues/1183. The...
serde ignores unknown fields by default. Nothing else needs to be done. If you want to capture the value as a string, for example because you need to serialize it...
I don't think there is a need to deprecate the existing serde modules. I see `serde_with` more as an addition than a replacement for other crates. Code can go there...
@pickfire I don't think the snowman bug is fixed in revision [2e4b6b08650b41582430ca004b190b57e0a69c2e](https://github.com/pickfire/json/commit/2e4b6b08650b41582430ca004b190b57e0a69c2e). Let me try to explain the issue a bit differently, maybe this will help you. The issue at...
> > The issue at hand is, that your code modifies the byte array of the String in a way, that the remaining bytes after the deserialization step are no...
There is no direct equivalent for this. Most/all conversion types in this crate have a serialization function too. But it is possible to take the code from `serde_aux` and fill...
@bilucodota I have the issue that I only see 404 errors on the console while using the extension. A 404 error is printed every 10 seconds or whenever I type....