Skip to content

Commit 009a53b

Browse files
authored
Switch to using null
1 parent 0d7b0d3 commit 009a53b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/macros.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
///
33
/// ```
44
/// # use serde_json::json;
5-
/// # use serde_json::Value;
65
/// #
76
/// let value = json!({
87
/// "code": 200,
@@ -12,7 +11,7 @@
1211
/// "serde",
1312
/// "json"
1413
/// ],
15-
/// "empty": Value::Null
14+
/// "empty": null
1615
/// }
1716
/// });
1817
/// ```

0 commit comments

Comments
 (0)