Changes for duimper #4

Merged
xavo95 merged 5 commits from duimper-modifications into master 2024-09-28 20:35:16 +00:00
Showing only changes of commit 2ee2e9f326 - Show all commits

View file

@ -151,7 +151,7 @@ pub fn impl_dumper(codegen_path: &Path) -> io::Result<()> {
);
match_arms = quote! {
#match_arms
#id => serde_json::to_string(&#name::decode(data).unwrap()),
#id => serde_json::to_string_pretty(&#name::decode(data).unwrap()),
};
}
}