Diggsey / ijson

More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.
Apache License 2.0
127 stars 14 forks source link

implement rkyv traits: demo implementation #32

Closed abhizer closed 8 months ago

abhizer commented 8 months ago

This is just the todo implementation of rkyv traits for ijson for the sake of compilation.