hockeyhurd / rson

A simple JSON library for the Rust programming language.
Apache License 2.0
1 stars 0 forks source link

Create RsonWriter #4

Closed hockeyhurd closed 3 months ago

hockeyhurd commented 4 months ago

In the last merge, we added RsonReader for easy reading of JSON from standard input or files. Likewise, we should create a writer object for equal and opposite purposes.