Function foundry_compilers_core::utils::write_json_file
source ยท pub fn write_json_file<T: Serialize>(
value: &T,
path: &Path,
capacity: usize,
) -> Result<(), SolcError>
Expand description
Writes serializes the provided value to JSON and writes it to a file.