@@ -265,8 +265,8 @@ let john = json!({
265265});
266266```
267267
268- This is amazingly convenient but we have the problem we had before with
269- ` Value ` which is that the IDE and Rust compiler cannot help us if we get it
268+ This is amazingly convenient, but we have the problem we had before with
269+ ` Value ` : the IDE and Rust compiler cannot help us if we get it
270270wrong. Serde JSON provides a better way of serializing strongly-typed data
271271structures into JSON text.
272272
@@ -328,7 +328,7 @@ Benchmarks live in the [serde-rs/json-benchmark] repo.
328328
329329## Getting help
330330
331- Serde is one of the most widely used Rust libraries so any place that Rustaceans
331+ Serde is one of the most widely used Rust libraries, so any place that Rustaceans
332332congregate will be able to help you out. For chat, consider trying the
333333[ #rust-questions] or [ #rust-beginners] channels of the unofficial community
334334Discord (invite: < https://discord.gg/rust-lang-community > ), the [ #rust-usage] or
@@ -337,7 +337,7 @@ Discord (invite: <https://discord.gg/rust-lang-community>), the [#rust-usage] or
337337asynchronous, consider the [ \[ rust\] tag on StackOverflow] [ stackoverflow ] , the
338338[ /r/rust] subreddit which has a pinned weekly easy questions post, or the Rust
339339[ Discourse forum] [ discourse ] . It's acceptable to file a support issue in this
340- repo but they tend not to get as many eyes as any of the above and may get
340+ repo, but they tend not to get as many eyes as any of the above and may get
341341closed without a response after some time.
342342
343343[ #rust-questions ] : https://discord.com/channels/273534239310479360/274215136414400513
0 commit comments