Added period to end of instantiate sentence.

This commit is contained in:
Trent Spice 2017-02-25 13:00:30 -05:00 committed by GitHub
parent ab0c1ea8f4
commit 6ec45fe16f

View file

@ -4,7 +4,7 @@
The example below shows two simple ways to embed JSON in Rust.
The first method parses block JSON as a block using the parse method from the json crate. It then unwraps the parsed JSON.
The second method instantiates an object as JSON using the object macro. Key value relationships are easily set using `=>`
The second method instantiates an object as JSON using the object macro. Key value relationships are easily set using `=>`.
After demonstrating two simple ways to write JSON, the assert_eq macro ensures equivalence.
[![json][json-badge]][json]