-
### What happened?
FSSing a System I believe, but not entirely sure when this error happened as I didn't discover it instantly
### Version
2.0.2.32
### Exception message
Collection was modified; …
-
Throughout DevTools, we manually implement serialization methods like `.parse` constructors or `toJson` methods / `json` getters.
We should consider using a package like https://pub.dev/packages/j…
-
Is JWS JSON serialization as described in [RFC 7515](https://www.rfc-editor.org/rfc/rfc7515.html#section-3.2) supported by this library?
-
Create/transfer structure to base data types, so they can be json serializable, so this would work:
```
import json
from pathdict.collection import PathDict
path_dict = PathDict({'y.m.c.a': True…
brean updated
5 years ago
-
There are many issues on this already but I'll just illustrate it quite simply. The way `dart_mappable` handles dates out-of-the-box is unlike anything I've ever seen in a serialization package. Quite…
-
### Describe the Issue
When enable the extention plugin "Perforce for VS Code", the total function will not work and it says:
```
[stdout] {"pipeName":"\\\\.\\pipe\\6801cf8c"}
received named …
-
Ubuntu 20
executing the bot will give this output:
```
[2023-06-26 16:29:30 +00:00] [108 /WebSocketRec] [Error] Socket handler suppressed an exception
Newtonsoft.Json.JsonSerializationExceptio…
-
Hi,
Is there a wroking example of using custom serilization like json?
https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-services-communication-remoting#use-the-remot…
-
## description
We should provide in nozzle a default (overridable) error serialization in JSON.
Right now some of the errors such as bad requests are serialized with an HTML payload without any parti…
-
Several users have filed issues around serializing objects to JSON: #1034, #971.
Consider adding a `toJSON()` method to objects, `readRawJSON()` method to `GitHub`, or documenting a supported way …