📝 fixed #434
This commit is contained in:
parent
42fa3f0568
commit
2f6260751c
5 changed files with 5 additions and 4 deletions
|
@ -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.
|
- [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.
|
- [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.
|
- [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.
|
Thanks a lot for helping out! Please [let me know](mailto:mail@nlohmann.me) if I forgot someone.
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ int main()
|
||||||
json object =
|
json object =
|
||||||
{
|
{
|
||||||
{"the good", "il buono"},
|
{"the good", "il buono"},
|
||||||
{"the bad", "il cativo"},
|
{"the bad", "il cattivo"},
|
||||||
{"the ugly", "il brutto"}
|
{"the ugly", "il brutto"}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<a target="_blank" href="http://melpon.org/wandbox/permlink/rsnwWxpDjmtRRSzb"><b>online</b></a>
|
<a target="_blank" href="http://melpon.org/wandbox/permlink/tb5CaFfsMWpAvi7m"><b>online</b></a>
|
|
@ -8,7 +8,7 @@ int main()
|
||||||
json object =
|
json object =
|
||||||
{
|
{
|
||||||
{"the good", "il buono"},
|
{"the good", "il buono"},
|
||||||
{"the bad", "il cativo"},
|
{"the bad", "il cattivo"},
|
||||||
{"the ugly", "il brutto"}
|
{"the ugly", "il brutto"}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<a target="_blank" href="http://melpon.org/wandbox/permlink/aeoZrnhnb3HKClCY"><b>online</b></a>
|
<a target="_blank" href="http://melpon.org/wandbox/permlink/NFG86H5khRUePc1s"><b>online</b></a>
|
Loading…
Reference in a new issue