Fork of my MQTTGateway

Dependencies:   mbed-http

Committer:
vpcola
Date:
Sat Apr 08 14:45:51 2017 +0000
Revision:
0:f1d3878b8dd9
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vpcola 0:f1d3878b8dd9 1 {
vpcola 0:f1d3878b8dd9 2 "name": "jsmn",
vpcola 0:f1d3878b8dd9 3 "keywords": "json",
vpcola 0:f1d3878b8dd9 4 "description": "Minimalistic JSON parser/tokenizer in C. It can be easily integrated into resource-limited or embedded projects",
vpcola 0:f1d3878b8dd9 5 "repository":
vpcola 0:f1d3878b8dd9 6 {
vpcola 0:f1d3878b8dd9 7 "type": "git",
vpcola 0:f1d3878b8dd9 8 "url": "https://github.com/zserge/jsmn.git"
vpcola 0:f1d3878b8dd9 9 },
vpcola 0:f1d3878b8dd9 10 "frameworks": "*",
vpcola 0:f1d3878b8dd9 11 "platforms": "*",
vpcola 0:f1d3878b8dd9 12 "examples": [
vpcola 0:f1d3878b8dd9 13 "example/*.c"
vpcola 0:f1d3878b8dd9 14 ],
vpcola 0:f1d3878b8dd9 15 "exclude": "test"
vpcola 0:f1d3878b8dd9 16 }