json
json copied to clipboard
Clarify StreamDeserializer docs example
- Using a raw string makes the example input more readable.
-
println!doesn't help with doc examples, so I updated it to useassert_eq!.