An open API service indexing awesome lists of open source software.

https://github.com/fs-frost/json2openapi

Tool to convert JSON objects to OpenAPI specs.
https://github.com/fs-frost/json2openapi

Last synced: 3 months ago
JSON representation

Tool to convert JSON objects to OpenAPI specs.

Awesome Lists containing this project

README

          

# json2openapi

![main](https://github.com/FS-Frost/json2openapi/actions/workflows/main.yml/badge.svg)

https://fs-frost.github.io/json2openapi/

Tool to convert JSON objects to OpenAPI specs.

## Install dependencies

```sh
bun install
```

## Run on localhost

```sh
bun dev
```