-
I want to make code much shorter without use JsonConverter. While factory fromJson cannot return null I need to use static fromJson instead. But, g.dart file didn't provide what i want.
**Example w…
-
It is [possible to map JSON keys to fields ](https://dataclass-wizard.readthedocs.io/en/latest/common_use_cases/custom_key_mappings.html)with different names. However, I would like to map nested JSON/…
-
I noticed json_encode is pure in stubs.
The JsonSerializable could *theorically* have side-effects:
https://3v4l.org/naGsf
Should we keep it pure?
-
If I create a simple JSON dictionary and then try to convert it to a raw string like below, it errors to nil on Linux. Evidently, NSJSONSerialization is not supported properly here. What are the plans…
-
Hi,
I have a problem where I'm trying to deserialize nested objects, and have each of their respective `load` functions trigger.
Code example:
```
from typing import List
import jsons
class …
-
Unfortunately it does not work with @embedded objects. It just sees it as an insert.
(for .toJson() i'm using the json_annotation package)
for example:
```dart
@JsonSerializable()
@collectio…
-
```
PHP Deprecated: Return type of Sandreas\Time\TimeUnit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should…
dmuiX updated
2 years ago
-
Deprecated: Return type of Ramsey\Uuid\Uuid::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange]
attribute should be used to te…
-
Implement a serializer/deserializer for hierarchical data of multiple types.
Currently the implementation of `CallProfilerSerializer::serialize_caller_profile` in https://github.com/solvcon/modmes…
-
Not sure whether this is a bug or it's a must follow rule to use the Document.
SDK version: `1.15.2`
Suppose a POJO class with Date typed field:
```java
class MyPojo {
private String id;
…