Get A Value Back Out Of Minijinja With Serde
These are just scratch notes showing something I got working. I'll make a better example as I have time. Also, I'm not sure if this is the most effificent way to do this, but it's the first thing I got to work
// not sure what all of this is needed
use Value;
use get_include_str_file;
use SectionV42;
use ;
use Deserialize;
//use serde::Deserializer;
use PathBuf;
/////
// this is whats in the function
let v: Value = deserialize .unwrap;
let valid_tests = &v.as_object .unwrap
.as_array
.unwrap
.iter
.map
.;
-- end of line --