mitsuhiko / deser

Experimental rust serialization library
https://docs.rs/deser
Apache License 2.0
287 stars 8 forks source link

Implement JSON #23

Closed mitsuhiko closed 2 years ago

mitsuhiko commented 2 years ago

This is slowly reaching the point where it should be possible to serialize and deserialize a real world format. JSON sounds like the first and most obvious format.

Unfortunately there are no reusable JSON parsers in Rust so this likely needs to fork an already existing implementation.