--- source: crates/biome_formatter_test/src/snapshot_builder.rs info: json/object/missing_value.json --- # Input ```json { "missing_value": { "a":, "b": 1 }, "b": 1, "c": "2", "d": 3 } ``` ============================= # Outputs ## Output 1 ----- Indent style: Tab Indent width: 2 Line ending: LF Line width: 80 Trailing commas: None ----- ```json { "missing_value": { "a":, "b": 1 }, "b": 1, "c": "2", "d": 3 } ```