---
url: /api/specs/schema/types/utils/function-get-json-type.md
description: api documentation of getJsonType from @tsed/schema
---

## Usage

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

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

## Overview

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