Skip to content

Commit 0f833c1

Browse files
committed
Add Discord server
1 parent 363dfa8 commit 0f833c1

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# clang-format -i -style=file $(find . -name '[^.]*.[hc]pp')
44

55
Language: Cpp
6-
Standard: Cpp11
6+
Standard: Latest
77

88
AccessModifierOffset: -3
99
AlignAfterOpenBracket: Align

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ taoJSON is a zero-dependency C++ header-only JSON library that provides a generi
1919

2020
*Warning: The documentation is currently not quite keeping pace with what will hopefully be the last large pre-1.0.0 development burst.*
2121

22+
## Contact
23+
24+
<a href="https://discord.gg/VQYkppcgqN"><img align="right" src="https://discordapp.com/api/guilds/790164930083028993/embed.png?style=banner2" alt="Join us on Discord"></a>
25+
26+
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`.
27+
2228
## Features
2329

2430
* Supported Standards
@@ -71,17 +77,19 @@ You can download and install taoJSON using the [Conan](https://github.com/conan-
7177
The taocpp-json package in conan is kept up to date by Conan team members and community contributors.
7278
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.
7379

74-
## Contact
75-
76-
taoJSON is part of [The Art of C++](https://taocpp.github.io/).
77-
78-
For questions and suggestions about taoJSON please contact the authors at `taocpp(at)icemx.net`.
79-
8080
## Thank You
8181

8282
* Niels Lohmann and his [JSON library](https://github.com/nlohmann/json) for the inspiration.
8383
* Milo Yip and his [Native JSON Benchmark] for a reference to measure progress against.
8484

85+
## The Art of C++
86+
87+
taoJSON is part of [The Art of C++](https://taocpp.github.io/).
88+
89+
[<img alt="colinh" src="https://avatars.githubusercontent.com/u/113184" width="120">](https://github.com/colinh)
90+
[<img alt="d-frey" src="https://avatars.githubusercontent.com/u/3956325" width="120">](https://github.com/d-frey)
91+
[<img alt="uilianries" src="https://avatars.githubusercontent.com/u/4870173" width="120">](https://github.com/uilianries)
92+
8593
## License
8694

8795
taoJSON is certified [Open Source] software.

0 commit comments

Comments
 (0)