google / serde_json5

Apache License 2.0
12 stars 9 forks source link

Add `from_slice` and `from_reader` helper fn's #1

Closed woody77 closed 2 years ago

woody77 commented 2 years ago

This adds the helper fn's from_slice and from_reader to match those provided by serde_json, to handle similar use-cases.