Reassemble the array

pull/5/head
Wyatt Herkamp 2 years ago
parent b7182cf818
commit adf1a3e4a8

@ -409,7 +409,7 @@ fn build_inner_type(value: Value) -> Box<PacketDataType> {
} else {
Box::new(PacketDataType::Other {
name: None,
value: inner_value.into_owned(),
value: Value::Array(vec![key, inner_value.into_owned()]),
})
}
}

Loading…
Cancel
Save