Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 6 column 12
---
# JsonModel
A base model class that can be serialized to JSON with extra
properties support.
- Full name: `\Logto\Sdk\Models\JsonModel`
- This class implements:
[`\JsonSerializable`](../../../JsonSerializable.md)
## Properties
### extra
The extra fields of the model.
```php
public ?array $extra
```
---
public jsonSerialize(): array
Automatically generated from source code comments using phpDocumentor and saggre/phpdocumentor-markdown