---
title: "PlaygroundValue.dictionary(_:)"
framework: playgroundsupport
role: symbol
role_heading: Enumeration Case
path: playgroundsupport/playgroundvalue/dictionary
---

# PlaygroundValue.dictionary(_:)

A value that represents a mapping from strings to PlaygroundValue instances.

## Declaration

```swift
case dictionary([String : PlaygroundValue])
```

## See Also

### Representing Data Collections

- [PlaygroundValue.array(_:)](playgroundsupport/playgroundvalue/array.md)
