pub fn compact_jsonl(input: &str) -> Option<String>
Compacts JSON Lines (one JSON value per line). Returns Some only when every non-empty line is valid JSON and the joined result is strictly smaller.
Some