---
title: "StructuredValue.dictionary(_:)"
framework: evaluations
role: symbol
role_heading: Case
path: "evaluations/structuredvalue/dictionary(_:)"
---

# StructuredValue.dictionary(_:)

A dictionary with string keys and StructuredValue instances as values.

## Declaration

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

## See Also

### Collection values

- [StructuredValue.array(_:)](evaluations/structuredvalue/array(_:).md)
