use crate::main_command_flatten_csv::flatten_csv as flatten_csv_impl; use crate::main_command_flatten_json::flatten_json as flatten_json_impl; use crate::main_command ...
Abstract: Object flattening is a non-trivial optimization that inlines the fields of an object inside its containers. Owing to its direct applicability for immutable objects, Java would soon allow ...