--- source: crates/rome_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 Line width: 80 ----- ```json { "missing_value": { "a":, "b": 1 }, "b": 1, "c": "2", "d": 3 } ```