ethanhs / abserde

Generate fast JSON parsers based on type stubs
Apache License 2.0
13 stars 0 forks source link

Dynamic attributes #7

Closed ethanhs closed 4 years ago

ethanhs commented 4 years ago

We should allow people to annotate their abserde class with Any, which should turn into serde_json::Value on the Rust side, for dynamic attributes.

ethanhs commented 4 years ago

Note to self we will have to newtype Value to handle the pyo3 traits and such.