Skip to content

Commit

Permalink
Switch to using null
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell authored Jun 1, 2023
1 parent 0d7b0d3 commit 009a53b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
///
/// ```
/// # use serde_json::json;
/// # use serde_json::Value;
/// #
/// let value = json!({
/// "code": 200,
Expand All @@ -12,7 +11,7 @@
/// "serde",
/// "json"
/// ],
/// "empty": Value::Null
/// "empty": null
/// }
/// });
/// ```
Expand Down

0 comments on commit 009a53b

Please sign in to comment.