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
2f626075
Commit
2f626075
authored
Jan 27, 2017
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
📝
fixed #434
parent
42fa3f05
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
4 deletions
+5
-4
README.md
README.md
+1
-0
doc/examples/at__object_t_key_type.cpp
doc/examples/at__object_t_key_type.cpp
+1
-1
doc/examples/at__object_t_key_type.link
doc/examples/at__object_t_key_type.link
+1
-1
doc/examples/at__object_t_key_type_const.cpp
doc/examples/at__object_t_key_type_const.cpp
+1
-1
doc/examples/at__object_t_key_type_const.link
doc/examples/at__object_t_key_type_const.link
+1
-1
No files found.
README.md
View file @
2f626075
...
...
@@ -810,6 +810,7 @@ I deeply appreciate the help of the following people.
-
[
gnzlbg
](
https://github.com/gnzlbg
)
supported the implementation of user-defined types.
-
[
Alexej Harm
](
https://github.com/qis
)
helped to get the user-defined types working with Visual Studio.
-
[
Jared Grubb
](
https://github.com/jaredgrubb
)
supported the implementation of user-defined types.
-
[
EnricoBilla
](
https://github.com/EnricoBilla
)
noted a typo in an example.
Thanks a lot for helping out! Please
[
let me know
](
mailto:mail@nlohmann.me
)
if I forgot someone.
...
...
doc/examples/at__object_t_key_type.cpp
View file @
2f626075
...
...
@@ -8,7 +8,7 @@ int main()
json
object
=
{
{
"the good"
,
"il buono"
},
{
"the bad"
,
"il cativo"
},
{
"the bad"
,
"il cat
t
ivo"
},
{
"the ugly"
,
"il brutto"
}
};
...
...
doc/examples/at__object_t_key_type.link
View file @
2f626075
<a target="_blank" href="http://melpon.org/wandbox/permlink/rsnwWxpDjmtRRSzb"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="http://melpon.org/wandbox/permlink/tb5CaFfsMWpAvi7m"><b>online</b></a>
\ No newline at end of file
doc/examples/at__object_t_key_type_const.cpp
View file @
2f626075
...
...
@@ -8,7 +8,7 @@ int main()
json
object
=
{
{
"the good"
,
"il buono"
},
{
"the bad"
,
"il cativo"
},
{
"the bad"
,
"il cat
t
ivo"
},
{
"the ugly"
,
"il brutto"
}
};
...
...
doc/examples/at__object_t_key_type_const.link
View file @
2f626075
<a target="_blank" href="http://melpon.org/wandbox/permlink/aeoZrnhnb3HKClCY"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="http://melpon.org/wandbox/permlink/NFG86H5khRUePc1s"><b>online</b></a>
\ No newline at end of file
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