Fork of my original MQTTGateway

Dependencies:   mbed-http

jsmn/library.json

Committer:
vpcola
Date:
2017-04-08
Revision:
0:a1734fe1ec4b

File content as of revision 0:a1734fe1ec4b:

{
  "name": "jsmn",
  "keywords": "json",
  "description": "Minimalistic JSON parser/tokenizer in C. It can be easily integrated into resource-limited or embedded projects",
  "repository":
  {
    "type": "git",
    "url": "https://github.com/zserge/jsmn.git"
  },
  "frameworks": "*",
  "platforms": "*",
  "examples": [
    "example/*.c"
  ],
  "exclude": "test"
}