Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
09237272
Unverified
Commit
09237272
authored
3 years ago
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update documentation
parent
1300d2e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
1 deletion
+28
-1
README.md
README.md
+27
-0
doc/avatars.png
doc/avatars.png
+0
-0
doc/examples/meta.output
doc/examples/meta.output
+1
-1
No files found.
README.md
View file @
09237272
...
@@ -1560,6 +1560,33 @@ I deeply appreciate the help of the following people.
...
@@ -1560,6 +1560,33 @@ I deeply appreciate the help of the following people.
-
[
Alex Reinking
](
https://github.com/alexreinking
)
improved CMake support for
`FetchContent`
.
-
[
Alex Reinking
](
https://github.com/alexreinking
)
improved CMake support for
`FetchContent`
.
-
[
Hannes Domani
](
https://github.com/ssbssa
)
provided a GDB pretty printer.
-
[
Hannes Domani
](
https://github.com/ssbssa
)
provided a GDB pretty printer.
-
Lars Wirzenius reviewed the README file.
-
Lars Wirzenius reviewed the README file.
-
[
Jun Jie
](
https://github.com/ongjunjie
)
fixed a compiler path in the CMake scripts.
-
[
Ronak Buch
](
https://github.com/rbuch
)
fixed typos in the documentation.
-
[
Alexander Karzhenkov
](
https://github.com/karzhenkov
)
fixed a move constructor and the Travis builds.
-
[
Leonardo Lima
](
https://github.com/leozz37
)
added CPM.Cmake support.
-
[
Joseph Blackman
](
https://github.com/jbzdarkid
)
fixed a warning.
-
[
Yaroslav
](
https://github.com/YarikTH
)
updated doctest and implemented unit tests.
-
[
Martin Stump
](
https://github.com/globberwops
)
fixed a bug in the CMake files.
-
[
Jaakko Moisio
](
https://github.com/jasujm
)
fixed a bug in the input adapters.
-
[
bl-ue
](
https://github.com/bl-ue
)
fixed some Markdown issues in the README file.
-
[
William A. Wieselquist
](
https://github.com/wawiesel
)
fixed an example from the README.
-
[
abbaswasim
](
https://github.com/abbaswasim
)
fixed an example from the README.
-
[
Remy Jette
](
https://github.com/remyjette
)
fixed a warning.
-
[
Fraser
](
https://github.com/frasermarlow
)
fixed the documentation.
-
[
Ben Beasley
](
https://github.com/musicinmybrain
)
updated doctest.
-
[
Doron Behar
](
https://github.com/doronbehar
)
fixed pkg-config.pc.
-
[
raduteo
](
https://github.com/raduteo
)
fixed a warning.
-
[
David Pfahler
](
https://github.com/theShmoo
)
added the possibility to compile the library without I/O support.
-
[
Morten Fyhn Amundsen
](
https://github.com/mortenfyhn
)
fixed a typo.
-
[
jpl-mac
](
https://github.com/jpl-mac
)
allowed to treat the library as a system header in CMake.
-
[
Jason Dsouza
](
https://github.com/jasmcaus
)
fixed the indentation of the CMake file.
-
[
offa
](
https://github.com/offa
)
added a link to Conan Center to the documentation.
-
[
TotalCaesar659
](
https://github.com/TotalCaesar659
)
updated the links in the documentation to use HTTPS.
-
[
Rafail Giavrimis
](
https://github.com/grafail
)
fixed the Google Benchmark default branch.
-
[
Louis Dionne
](
https://github.com/ldionne
)
fixed a conversion operator.
-
[
justanotheranonymoususer
](
https://github.com/justanotheranonymoususer
)
made the examples in the README more consistent.
-
[
Finkman
](
https://github.com/Finkman
)
suppressed some
`-Wfloat-equal`
warnings.
-
[
Ferry Huberts
](
https://github.com/fhuberts
)
fixed
`-Wswitch-enum`
warnings.
Thanks a lot for helping out! Please
[
let me know
](
mailto:mail@nlohmann.me
)
if I forgot someone.
Thanks a lot for helping out! Please
[
let me know
](
mailto:mail@nlohmann.me
)
if I forgot someone.
...
...
This diff is collapsed.
Click to expand it.
doc/avatars.png
View replaced file @
1300d2e4
View file @
09237272
1.27 MB
|
W:
|
H:
1.27 MB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
doc/examples/meta.output
View file @
09237272
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
"compiler": {
"compiler": {
"c++": "201103",
"c++": "201103",
"family": "clang",
"family": "clang",
"version": "12.0.
0 (clang-1200.0.32.28
)"
"version": "12.0.
5 (clang-1205.0.22.11
)"
},
},
"copyright": "(C) 2013-2021 Niels Lohmann",
"copyright": "(C) 2013-2021 Niels Lohmann",
"name": "JSON for Modern C++",
"name": "JSON for Modern C++",
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment