(no title)
mdx97 | 2 years ago
You can always deserialize things as `serde_json::Value` instead of making types for everything to get similar behavior out of Rust.
mdx97 | 2 years ago
You can always deserialize things as `serde_json::Value` instead of making types for everything to get similar behavior out of Rust.
No comments yet.