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.
- Host: GitHub
- URL: https://github.com/fs-frost/json2openapi
- Owner: FS-Frost
- Created: 2025-01-10T23:36:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T19:13:39.000Z (over 1 year ago)
- Last Synced: 2025-09-05T16:54:34.158Z (11 months ago)
- Language: Svelte
- Homepage: https://fs-frost.github.io/json2openapi/
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# json2openapi

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
```