TODONE
This commit is contained in:
@@ -27,7 +27,6 @@ fn main() {
|
|||||||
|
|
||||||
let json = json::parse(s).unwrap();
|
let json = json::parse(s).unwrap();
|
||||||
|
|
||||||
// TODO I think there is a better alternative syntax to match here.
|
|
||||||
let json_outputs =
|
let json_outputs =
|
||||||
if let JsonValue::Array(vec) = json {
|
if let JsonValue::Array(vec) = json {
|
||||||
vec
|
vec
|
||||||
|
|||||||
Reference in New Issue
Block a user