Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/magiclen/rocket-json-response

This is a crate which provides `JSONResponse` and `JSONResponseWithoutData` structs to response JSON format data with an additional **code** integer value.
https://github.com/magiclen/rocket-json-response

json response rocket rust

Last synced: 28 days ago
JSON representation

This is a crate which provides `JSONResponse` and `JSONResponseWithoutData` structs to response JSON format data with an additional **code** integer value.

Awesome Lists containing this project

README

        

JSON Response for Rocket Framework
====================

[![CI](https://github.com/magiclen/rocket-json-response/actions/workflows/ci.yml/badge.svg)](https://github.com/magiclen/rocket-json-response/actions/workflows/ci.yml)

This is a crate which provides `JSONResponse` and `JSONResponseWithoutData` structs to response JSON format data with an additional **code** integer value.

Typically, the code **0** means **OK**. You can define other codes by yourself by implementing `JSONResponseCode` trait for your struct.

See `examples`.

## Crates.io

https://crates.io/crates/rocket-json-response

## Documentation

https://docs.rs/rocket-json-response

## License

[MIT](LICENSE)