---
meta:
 - name: keywords
   description: api typescript node.js documentation getJsonType function
---
# getJsonType - @tsed/schema

## Usage

```typescript
import { getJsonType } from "@tsed/schema";
```

> See [/packages/specs/schema/src/utils/getJsonType.ts](https://github.com/tsedio/tsed/blob/v8.27.0/packages/specs/schema/src/utils/getJsonType.ts#L0-L0).

## Overview

```ts
function getJsonType(value: any): string;
```
