<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [Finger](./core.finger.md) &gt; [fromJson](./core.finger.fromjson.md)

## Finger.fromJson() method

Creates the finger enrollment data from a plain JSON object.

<b>Signature:</b>

```typescript
static fromJson(json: object): Finger;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  json | <code>object</code> |  |

<b>Returns:</b>

`Finger`

