-
Is there a way to access the returned response. I keep getting
```serde json error: data did not match any variant of untagged enum OpenAIAPIResponse```
when i use my custom endpoint. the api is op…
-
I have a pretty simple example of a generic impl that I am very excited to use typetag to deserialize eventually, so thus I would like to open this issue as a friendly reminder of the limitation :-)
…
-
I've been trying to configure the pipeline with fields that presumably aren't supported. But when clicking Apply, there is no feedback that those fields are wrong/ignored. Instead, I have to re-open t…
-
```rust
// [package]
// name = "xml_vs_json"
// version = "0.1.0"
// edition = "2021"
// [dependencies]
// eyre = "0.6.12"
// quick-xml = { version = "0.31.0", features = ["serde", "serialize…
-
A few other substrait producers are able to generate a JSON formatted substrait plan (Isthmus, DuckDB). It would be nice if datafusion could do this as well. It would make it much easier to compare …
-
```rust
use pretty_assertions::assert_eq;
use serde::{Deserialize, Serialize};
#[derive(Debug, Deserialize, Serialize)]
struct Root {
#[serde(rename = "@value")]
value: String,
}
c…
-
I'm trying to serialize/deserialize some data that an API responds with. This is what the XML from the API looks like:
```xml
username_here
…
-
`rename_all` is useful in situations where the format you're serializing from and the format you're serializing to may have different forms (i.e. `rename_all(serialize = "SCREAMING_SNAKE_CASE", deseri…
-
```
use rmp_serde::Serializer;
use serde::Serialize;
extern crate rmp_serde;
extern crate serde;
#[macro_use]
extern crate serde_derive;
#[derive(Debug, Serialize, Deserialize)]
#[serde(re…
-
### What is the current *bug* behavior?
It's a well known rough edge that `serde_json`'s arbitary precision feature changes the behavior for _all_ users of the crate; affecting uses of 3rd pa…