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
8b46eb8e
Commit
8b46eb8e
authored
Jan 02, 2017
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
📄
it's 2017 already
parent
6a207900
Changes
37
Hide whitespace changes
Inline
Side-by-side
Showing
37 changed files
with
37 additions
and
37 deletions
+37
-37
LICENSE.MIT
LICENSE.MIT
+1
-1
doc/index.md
doc/index.md
+1
-1
src/json.hpp
src/json.hpp
+1
-1
src/json.hpp.re2c
src/json.hpp.re2c
+1
-1
test/src/unit-algorithms.cpp
test/src/unit-algorithms.cpp
+1
-1
test/src/unit-allocator.cpp
test/src/unit-allocator.cpp
+1
-1
test/src/unit-capacity.cpp
test/src/unit-capacity.cpp
+1
-1
test/src/unit-cbor.cpp
test/src/unit-cbor.cpp
+1
-1
test/src/unit-class_const_iterator.cpp
test/src/unit-class_const_iterator.cpp
+1
-1
test/src/unit-class_iterator.cpp
test/src/unit-class_iterator.cpp
+1
-1
test/src/unit-class_lexer.cpp
test/src/unit-class_lexer.cpp
+1
-1
test/src/unit-class_parser.cpp
test/src/unit-class_parser.cpp
+1
-1
test/src/unit-comparison.cpp
test/src/unit-comparison.cpp
+1
-1
test/src/unit-concepts.cpp
test/src/unit-concepts.cpp
+1
-1
test/src/unit-constructor1.cpp
test/src/unit-constructor1.cpp
+1
-1
test/src/unit-constructor2.cpp
test/src/unit-constructor2.cpp
+1
-1
test/src/unit-convenience.cpp
test/src/unit-convenience.cpp
+1
-1
test/src/unit-conversions.cpp
test/src/unit-conversions.cpp
+1
-1
test/src/unit-deserialization.cpp
test/src/unit-deserialization.cpp
+1
-1
test/src/unit-element_access1.cpp
test/src/unit-element_access1.cpp
+1
-1
test/src/unit-element_access2.cpp
test/src/unit-element_access2.cpp
+1
-1
test/src/unit-inspection.cpp
test/src/unit-inspection.cpp
+1
-1
test/src/unit-iterator_wrapper.cpp
test/src/unit-iterator_wrapper.cpp
+1
-1
test/src/unit-iterators1.cpp
test/src/unit-iterators1.cpp
+1
-1
test/src/unit-iterators2.cpp
test/src/unit-iterators2.cpp
+1
-1
test/src/unit-json_patch.cpp
test/src/unit-json_patch.cpp
+1
-1
test/src/unit-json_pointer.cpp
test/src/unit-json_pointer.cpp
+1
-1
test/src/unit-modifiers.cpp
test/src/unit-modifiers.cpp
+1
-1
test/src/unit-msgpack.cpp
test/src/unit-msgpack.cpp
+1
-1
test/src/unit-pointer_access.cpp
test/src/unit-pointer_access.cpp
+1
-1
test/src/unit-readme.cpp
test/src/unit-readme.cpp
+1
-1
test/src/unit-reference_access.cpp
test/src/unit-reference_access.cpp
+1
-1
test/src/unit-regression.cpp
test/src/unit-regression.cpp
+1
-1
test/src/unit-serialization.cpp
test/src/unit-serialization.cpp
+1
-1
test/src/unit-testsuites.cpp
test/src/unit-testsuites.cpp
+1
-1
test/src/unit-unicode.cpp
test/src/unit-unicode.cpp
+1
-1
test/src/unit.cpp
test/src/unit.cpp
+1
-1
No files found.
LICENSE.MIT
View file @
8b46eb8e
JSON for Modern C++ is licensed under the MIT License
<http://opensource.org/licenses/MIT>:
Copyright (c) 2013-201
6
Niels Lohmann
Copyright (c) 2013-201
7
Niels Lohmann
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
...
...
doc/index.md
View file @
8b46eb8e
...
...
@@ -272,7 +272,7 @@ The container functions known from STL have been extended to support the differe
</tr>
</table>
@copyright Copyright
©
2013-201
6
Niels Lohmann. The code is licensed under the
[
MIT License
](
http://opensource.org/licenses/MIT
)
.
@copyright Copyright
©
2013-201
7
Niels Lohmann. The code is licensed under the
[
MIT License
](
http://opensource.org/licenses/MIT
)
.
@author
[
Niels Lohmann
](
http://nlohmann.me
)
@see https://github.com/nlohmann/json to download the source code
...
...
src/json.hpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
src/json.hpp.re2c
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-algorithms.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-allocator.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-capacity.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-cbor.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-class_const_iterator.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-class_iterator.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-class_lexer.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-class_parser.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-comparison.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-concepts.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-constructor1.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-constructor2.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-convenience.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-conversions.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-deserialization.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-element_access1.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-element_access2.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-inspection.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-iterator_wrapper.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-iterators1.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-iterators2.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-json_patch.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-json_pointer.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-modifiers.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-msgpack.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-pointer_access.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-readme.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-reference_access.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-regression.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-serialization.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-testsuites.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit-unicode.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
test/src/unit.cpp
View file @
8b46eb8e
...
...
@@ -5,7 +5,7 @@
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-201
6
Niels Lohmann <http://nlohmann.me>.
Copyright (c) 2013-201
7
Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
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