iron_json 1.0.0

Iron JSON: A simplified approach to parsing JSON in Iron routes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]
bodyparser = "0.5.*"
iron = "0.5.*"
json = "0.11.*"

[package]
authors = ["Chris Cates <hello@chriscates.ca>"]
categories = ["api-bindings"]
description = "Iron JSON: A simplified approach to parsing JSON in Iron routes."
documentation = "https://github.com/ChrisCates/iron_json"
homepage = "https://github.com/ChrisCates/iron_json"
keywords = ["iron", "json", "parser"]
license = "GPL-3.0"
license-file = "../LICENSE"
name = "iron_json"
readme = "../README.md"
repository = "https://github.com/ChrisCates/iron_json"
version = "1.0.0"