@digitalpersona/core
Version:
DigitalPersona Web Access Core library
14 lines (8 loc) • 439 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/core](./core.md) > [Base64Url](./core.base64url.md) > [fromJSON](./core.base64url.fromjson.md)
## Base64Url.fromJSON property
Encodes a plain JSON object or a string to a Base64url-encoded string.
<b>Signature:</b>
```typescript
static fromJSON: (obj: string | object) => Base64UrlString;
```