Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 586 Bytes

JsonModel.md

File metadata and controls

36 lines (22 loc) · 586 Bytes
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
```

---

Methods

jsonSerialize

public jsonSerialize(): array


Automatically generated from source code comments using phpDocumentor and saggre/phpdocumentor-markdown