diff options
author | James <jselby@jselby.net> | 2017-07-18 19:59:08 +1000 |
---|---|---|
committer | James <jselby@jselby.net> | 2017-07-18 19:59:08 +1000 |
commit | 32745ead7e501803c5eb27a1035c5f4bb88baf97 (patch) | |
tree | 4ecf9f544665960e1b9064942d0b9b3b401a4ff1 /externals | |
parent | 87dea94e143fe55bc3c0bb77ff0b7b318d78e2b0 (diff) |
Add description of upstream repo
Diffstat (limited to 'externals')
-rw-r--r-- | externals/json/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/externals/json/README.md b/externals/json/README.md new file mode 100644 index 000000000..764d5a1c0 --- /dev/null +++ b/externals/json/README.md @@ -0,0 +1,7 @@ +JSON for Modern C++ +=================== + +This is a mirror providing the single required header file. + +The original repository can be found at + https://github.com/nlohmann/json/commit/21d23982cafe826cae088b2bb37cb40c8e7a81fe |