---
title: withoutEscapingSlashes
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/jsonencoder/outputformatting-swift.struct/withoutescapingslashes
---

# withoutEscapingSlashes

The output formatting option specifies that the output doesn’t prefix slash characters with escape characters.

## Declaration

```swift
static let withoutEscapingSlashes: JSONEncoder.OutputFormatting
```

## See Also

### Formatting Output

- [prettyPrinted](foundation/jsonencoder/outputformatting-swift.struct/prettyprinted.md)
- [sortedKeys](foundation/jsonencoder/outputformatting-swift.struct/sortedkeys.md)
