Skip to content

Commit 0527d97

Browse files
committed
fix allow null
1 parent b21bde0 commit 0527d97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/dscecho/src/echo.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ pub enum Output {
2323
// Object has to be last so it doesn't get matched first
2424
#[serde(rename = "object")]
2525
Object(Map<String,Value>),
26+
#[serde(rename = "null")]
27+
Null,
2628
}
2729

2830
#[derive(Debug, Clone, PartialEq, Deserialize, Serialize, JsonSchema)]

0 commit comments

Comments
 (0)