Skip to content

Commit 1a2186d

Browse files
committed
Update acknowledgements
1 parent 18a1c72 commit 1a2186d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

acknowledgements.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@ A big thanks to the following individuals for contributing:
22

33
- Andrew Hutko (early code review)
44

5-
- Marc Chevrier (contributed clang port, build files, json is<T> and as<T> methods,
5+
- [Marc Chevrier](https://github.com/MarkaPola) (contributed clang port, build files, json is<T> and as<T> methods,
66
and make_array template implementation.)
77

8-
- Pedro Larroy and the developers of the clearskies_core project (contributed build
8+
- [Pedro Larroy](https://github.com/larroy) and the developers of the clearskies_core project (contributed build
99
system for posix systems, adding GCC to list of supported compilers, bug fixes,
1010
Android fix)
1111

1212
- [Cory Fields](https://github.com/theuni) for fixing warnings about unused variables
1313

14-
- Vitaliy Gusev (reported error in json object operator[size_t i])
14+
- [Vitaliy Gusev](https://github.com/gusev-vitaliy) (reported error in json object operator[size_t i])
1515

1616
- [Alex Merry](https://github.com/amerry) for reporting errors with "typename" keyword experienced with gcc and providing
1717
workaround for gcc 4.8 regex issues.
1818

19-
- Ignatov Serguei (reported issues experienced with gcc for 0.95 and
19+
- [Ignatov Serguei](https://github.com/sergign60) (reported issues experienced with gcc for 0.95 and
2020
0.96 candidate and helped fix them)
2121

2222
- [Milan Burda](https://github.com/miniak) for fix for clang build error
2323

2424
- [Peter Tissen](https://github.com/Bigpet), for reporting and suggesting a fix for get(name,default_val)
2525

26-
- Tom Bass for assistance with clang build errors
26+
- [Tom Bass](https://github.com/tbass) for assistance with clang build errors
2727

28-
- Andrey Alifanov and Amit Naik for failing test cases for JSON Path
28+
- [Andrey Alifanov](https://github.com/AndreyAlifanov) and [Amit Naik](https://github.com/amitnaik1) for failing test cases for JSON Path
2929

3030
- [Yuri Plaksyuk](https://github.com/yplaksyuk) for contributing an extension to JsonPath to allow filter
3131
expressions over a single object.
@@ -39,7 +39,7 @@ against an empty object
3939

4040
- [Alexander](https://github.com/rog13) for contributing fix to jsonpatch::diff
4141

42-
- Stefano Sinigardi for contributing workaround for vs2017 platform issue
42+
- [Stefano Sinigardi](https://github.com/cenit) for contributing workaround for vs2017 platform issue
4343

4444
- [xezon](https://github.com/danielaparker/jsoncons/pull/140) for proposing decode_csv and encode_csv functions, the
4545
ignore_empty_lines option, and fixes to mismatched allocator types. Also for fixes and improvements in string_view code.

0 commit comments

Comments
 (0)