# ExtensionData

Property in [Project](https://docs.yarnspinner.dev/api/csharp/yarn.compiler/yarn.compiler.project)

## Summary

Contains any data parsed from the source file that was not matched to a property on this type.

```csharp
public Dictionary<string, JsonElement>? ExtensionData { get; set; }
```
