---
title: userInfo
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/propertylistdecoder/userinfo
---

# userInfo

A dictionary you use to customize decoding by providing contextual information.

## Declaration

```swift
@preconcurrency var userInfo: [CodingUserInfoKey : any Sendable] { get set }
```

## See Also

### Customizing Decoding

- [decode(_:from:format:)](foundation/propertylistdecoder/decode(_:from:format:).md)
