From 0f833c10be643cb1bdf381341424e101816a2c96 Mon Sep 17 00:00:00 2001 From: Daniel Frey Date: Sun, 20 Dec 2020 19:30:30 +0100 Subject: [PATCH] Add Discord server --- .clang-format | 2 +- README.md | 20 ++++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.clang-format b/.clang-format index 729f882a..c423ca27 100644 --- a/.clang-format +++ b/.clang-format @@ -3,7 +3,7 @@ # clang-format -i -style=file $(find . -name '[^.]*.[hc]pp') Language: Cpp -Standard: Cpp11 +Standard: Latest AccessModifierOffset: -3 AlignAfterOpenBracket: Align diff --git a/README.md b/README.md index 960e0a5f..2b80af8e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ taoJSON is a zero-dependency C++ header-only JSON library that provides a generi *Warning: The documentation is currently not quite keeping pace with what will hopefully be the last large pre-1.0.0 development burst.* +## Contact + +Join us on Discord + +For questions and suggestions regarding taoJSON, success or failure stories, and any other kind of feedback, please feel free to join our [Discord](https://discord.gg/VQYkppcgqN) server, open a [discussion](https://github.com/taocpp/json/discussions), an [issue](https://github.com/taocpp/json/issues) or a [pull request](https://github.com/taocpp/json/pulls) on GitHub or contact the authors at `taocpp(at)icemx.net`. + ## Features * Supported Standards @@ -71,17 +77,19 @@ You can download and install taoJSON using the [Conan](https://github.com/conan- The taocpp-json package in conan is kept up to date by Conan team members and community contributors. If the version is out-of-date, please [create an issue or pull request](https://github.com/conan-io/conan-center-index) on the Conan Center Index repository. -## Contact - -taoJSON is part of [The Art of C++](https://taocpp.github.io/). - -For questions and suggestions about taoJSON please contact the authors at `taocpp(at)icemx.net`. - ## Thank You * Niels Lohmann and his [JSON library](https://github.com/nlohmann/json) for the inspiration. * Milo Yip and his [Native JSON Benchmark] for a reference to measure progress against. +## The Art of C++ + +taoJSON is part of [The Art of C++](https://taocpp.github.io/). + +[colinh](https://github.com/colinh) +[d-frey](https://github.com/d-frey) +[uilianries](https://github.com/uilianries) + ## License taoJSON is certified [Open Source] software.