rocket-lenient-json 0.3.1

A `rocket_contrib::Json` copy which removes the `Content-Type` check
Documentation
1
2
3
4
5
6
7
8
# rocket-lenient-json

[![Build Status](https://travis-ci.org/messense/rocket-lenient-json.svg?branch=master)](https://travis-ci.org/messense/rocket-lenient-json)
[![codecov](https://codecov.io/gh/messense/rocket-lenient-json/branch/master/graph/badge.svg)](https://codecov.io/gh/messense/rocket-lenient-json)
[![Crates.io](https://img.shields.io/crates/v/rocket-lenient-json.svg)](https://crates.io/crates/rocket-lenient-json)
[![docs.rs](https://docs.rs/rocket-lenient-json/badge.svg)](https://docs.rs/rocket-lenient-json/)

A `rocket_contrib::Json` copy which removes the `Content-Type` check.