@digitalpersona/core
Version:
DigitalPersona Web Access Core library
25 lines (14 loc) • 548 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/core](./core.md) > [Question](./core.question.md) > [fromJson](./core.question.fromjson.md)
## Question.fromJson() method
Creates a security question from a plain JSON object.
<b>Signature:</b>
```typescript
static fromJson(json: object): Question;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| json | <code>object</code> | |
<b>Returns:</b>
`Question`