This commit is contained in:
2023-08-23 13:15:56 +00:00
parent 87859ed835
commit 5c1889ef7d

View File

@@ -27,7 +27,6 @@ fn main() {
let json = json::parse(s).unwrap();
// TODO I think there is a better alternative syntax to match here.
let json_outputs =
if let JsonValue::Array(vec) = json {
vec