Fork of my original MQTTGateway

Dependencies:   mbed-http

Committer:
vpcola
Date:
Sat Apr 08 14:43:14 2017 +0000
Revision:
0:a1734fe1ec4b
Initial commit

Who changed what in which revision?

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