-
The [dart_model exploration](https://github.com/dart-lang/language/tree/main/working/macros/dart_model) currently uses JSON but there is no particular reason to think that's a good choice :)
Even i…
-
1. Create an abstract class `json::jconvertible` that handles serialization and deserialization
2. Create a macro to assign class members for serialization and deserialization
-
### Description
I had a json document with an invalid enum string. I would like an exception to be raised if the string is not a known conversion back to the enum. I don't want to have to add and che…
-
AssemblyScript fork requires constant maintenance and periodic fires in our system. Interestingly, the only purpose of the fork is to be able to inject the code into our system by wrapping methods int…
-
## Goal
Being able to completely ignore a field in a JSON string in a `no_std` and `no_alloc` environment with the `serde_json_core` crate. The JSON processed may be of two forms :
Successful re…
-
Feature outline based on #29 .
**Since Sylvia already supports `sv::msg(reply)` and we will change the `ReplyCtx` type this feature should be considered breaking.**
Although Sylvia allows markin…
-
We need to figure out how to support `application/json-merge+patch` as described in [our guidelines](https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#rest-patch-use-merge-pat…
-
# Problem
Say a user has instantiated a ModelingCmd struct field-by-field (i.e. not using a constructor function, but rather, providing each field), like
```rust
let x = Export {
entity_ids…
-
I write a deserialization using the `from` or `try_from` attribute because it saves a lot of code lines compared to manual implementation. Often deserialization comes from strings. Therefore, I implem…
-
In working on the Cosmos DB APIs, I've identified something annoying about the currently approach we're taking to deserialization. Right now, to make `Response` deserializable in either JSON or XML de…