Skip to content
This repository was archived by the owner on Mar 26, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions json11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <cmath>
#include <cstdlib>
#include <cstdio>
#include <cstdint>
#include <limits>

namespace json11 {
Expand Down
19 changes: 19 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "json11",
"description": "A tiny JSON library for C++11.",
"keywords": "json",
"repository": {
"type": "git",
"url": "https://github.com/dropbox/json11"
},
"version": "1.0.0",
"license": "MIT",
"build": {
"srcFilter": "+<*> -<test.cpp>"
},
"export": {
"exclude": [
"test.cpp"
]
}
}