Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kravets <me@ikravets.com>2015-08-01 13:10:26 +0300
committerIvan Kravets <me@ikravets.com>2015-08-01 13:10:26 +0300
commitb49858a40858f893c80bf954ae371c3418c4206d (patch)
tree9525d1b55b6a024b034492e405f1d9319518b1fa /library.json
parent2a18d306b845fed167446f1c740f70413172433c (diff)
Add examples for @PlatformIO Library Registry
Diffstat (limited to 'library.json')
-rw-r--r--library.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/library.json b/library.json
index 429e453e..3b53db4c 100644
--- a/library.json
+++ b/library.json
@@ -3,7 +3,7 @@
"keywords": "json, sax, dom, parser, generator",
"description": "A fast JSON parser/generator for C++ with both SAX/DOM style API",
"include": "include/rapidjson",
- "example": "example/*/*.cpp",
+ "examples": "example/*/*.cpp",
"repository":
{
"type": "git",