diesel-rs / diesel

A safe, extensible ORM and Query Builder for Rust
https://diesel.rs
Apache License 2.0
12.79k stars 1.08k forks source link

added `to_json` function #4229

Closed aznszn closed 2 months ago

aznszn commented 2 months ago

added the to_json function under #4216

aznszn commented 2 months ago

The last test I am a bit unsure about since trying to parse the returned into JSON into serde_json::Value results in an error