Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fillmula/jsonclasses-server

JSONClasses Server Integration.
https://github.com/fillmula/jsonclasses-server

Last synced: 22 days ago
JSON representation

JSONClasses Server Integration.

Awesome Lists containing this project

README

        

JSONClasses Server
==================

Server integration for JSONClasses.

## Supported Servers

### Flask 2

```python
from jsonclasses_server import create_flask_server
```

### FastAPI

```python
from jsonclasses_server import create_fastapi_server
```