fn isObjectKeyExpected(self: *const Stringify) ?bool
fn isObjectKeyExpected(self: *const Stringify) ?bool { switch (safety_checks) { .checked_to_fixed_depth => return self.indent_level > 0 and BitStack.peekWithState(&self.nesting_stack, self.indent_level) == @backingInt(IndentationMode.object) and self.next_punctuation != .colon, .assumed_correct => return null, } }