Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
json
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
json
Commits
504012a3
Unverified
Commit
504012a3
authored
Jul 09, 2017
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
📝
cleanup after #650
As <iostream> is not included in json.hpp any more, all code examples need to include <iostream> now.
parent
a0e05793
Show whitespace changes
Inline
Side-by-side
Showing
217 changed files
with
345 additions
and
236 deletions
+345
-236
README.md
README.md
+1
-0
README.cpp
doc/examples/README.cpp
+2
-1
README.link
doc/examples/README.link
+2
-2
array.cpp
doc/examples/array.cpp
+1
-0
array.link
doc/examples/array.link
+2
-2
at__object_t_key_type.cpp
doc/examples/at__object_t_key_type.cpp
+1
-0
at__object_t_key_type.link
doc/examples/at__object_t_key_type.link
+2
-2
at__object_t_key_type_const.cpp
doc/examples/at__object_t_key_type_const.cpp
+1
-0
at__object_t_key_type_const.link
doc/examples/at__object_t_key_type_const.link
+2
-2
at__size_type.cpp
doc/examples/at__size_type.cpp
+1
-0
at__size_type.link
doc/examples/at__size_type.link
+2
-2
at__size_type_const.cpp
doc/examples/at__size_type_const.cpp
+1
-0
at__size_type_const.link
doc/examples/at__size_type_const.link
+2
-2
at_json_pointer.cpp
doc/examples/at_json_pointer.cpp
+1
-0
at_json_pointer.link
doc/examples/at_json_pointer.link
+2
-2
at_json_pointer_const.cpp
doc/examples/at_json_pointer_const.cpp
+1
-0
at_json_pointer_const.link
doc/examples/at_json_pointer_const.link
+2
-2
back.cpp
doc/examples/back.cpp
+1
-0
back.link
doc/examples/back.link
+2
-2
basic_json__CompatibleType.cpp
doc/examples/basic_json__CompatibleType.cpp
+2
-1
basic_json__CompatibleType.link
doc/examples/basic_json__CompatibleType.link
+2
-2
basic_json__InputIt_InputIt.cpp
doc/examples/basic_json__InputIt_InputIt.cpp
+1
-0
basic_json__InputIt_InputIt.link
doc/examples/basic_json__InputIt_InputIt.link
+2
-2
basic_json__basic_json.cpp
doc/examples/basic_json__basic_json.cpp
+1
-0
basic_json__basic_json.link
doc/examples/basic_json__basic_json.link
+2
-2
basic_json__copyassignment.cpp
doc/examples/basic_json__copyassignment.cpp
+1
-0
basic_json__copyassignment.link
doc/examples/basic_json__copyassignment.link
+2
-2
basic_json__list_init_t.cpp
doc/examples/basic_json__list_init_t.cpp
+1
-0
basic_json__list_init_t.link
doc/examples/basic_json__list_init_t.link
+2
-2
basic_json__moveconstructor.cpp
doc/examples/basic_json__moveconstructor.cpp
+1
-0
basic_json__moveconstructor.link
doc/examples/basic_json__moveconstructor.link
+2
-2
basic_json__nullptr_t.cpp
doc/examples/basic_json__nullptr_t.cpp
+1
-0
basic_json__nullptr_t.link
doc/examples/basic_json__nullptr_t.link
+2
-2
basic_json__size_type_basic_json.cpp
doc/examples/basic_json__size_type_basic_json.cpp
+1
-0
basic_json__size_type_basic_json.link
doc/examples/basic_json__size_type_basic_json.link
+2
-2
basic_json__value.cpp
doc/examples/basic_json__value.cpp
+1
-0
basic_json__value.link
doc/examples/basic_json__value.link
+2
-2
basic_json__value_ptr.cpp
doc/examples/basic_json__value_ptr.cpp
+1
-0
basic_json__value_ptr.link
doc/examples/basic_json__value_ptr.link
+2
-2
basic_json__value_t.cpp
doc/examples/basic_json__value_t.cpp
+1
-0
basic_json__value_t.link
doc/examples/basic_json__value_t.link
+2
-2
begin.cpp
doc/examples/begin.cpp
+1
-0
begin.link
doc/examples/begin.link
+2
-2
cbegin.cpp
doc/examples/cbegin.cpp
+1
-0
cbegin.link
doc/examples/cbegin.link
+2
-2
cend.cpp
doc/examples/cend.cpp
+1
-0
cend.link
doc/examples/cend.link
+2
-2
clear.cpp
doc/examples/clear.cpp
+1
-0
clear.link
doc/examples/clear.link
+2
-2
count.cpp
doc/examples/count.cpp
+1
-0
count.link
doc/examples/count.link
+2
-2
crbegin.cpp
doc/examples/crbegin.cpp
+1
-0
crbegin.link
doc/examples/crbegin.link
+2
-2
crend.cpp
doc/examples/crend.cpp
+1
-0
crend.link
doc/examples/crend.link
+2
-2
diff.cpp
doc/examples/diff.cpp
+2
-1
diff.link
doc/examples/diff.link
+2
-2
dump.cpp
doc/examples/dump.cpp
+1
-0
dump.link
doc/examples/dump.link
+2
-2
emplace.cpp
doc/examples/emplace.cpp
+1
-0
emplace.link
doc/examples/emplace.link
+2
-2
emplace_back.cpp
doc/examples/emplace_back.cpp
+1
-0
emplace_back.link
doc/examples/emplace_back.link
+2
-2
empty.cpp
doc/examples/empty.cpp
+1
-0
empty.link
doc/examples/empty.link
+2
-2
end.cpp
doc/examples/end.cpp
+1
-0
end.link
doc/examples/end.link
+2
-2
erase__IteratorType.cpp
doc/examples/erase__IteratorType.cpp
+1
-0
erase__IteratorType.link
doc/examples/erase__IteratorType.link
+2
-2
erase__IteratorType_IteratorType.cpp
doc/examples/erase__IteratorType_IteratorType.cpp
+1
-0
erase__IteratorType_IteratorType.link
doc/examples/erase__IteratorType_IteratorType.link
+2
-2
erase__key_type.cpp
doc/examples/erase__key_type.cpp
+1
-0
erase__key_type.link
doc/examples/erase__key_type.link
+2
-2
erase__size_type.cpp
doc/examples/erase__size_type.cpp
+1
-0
erase__size_type.link
doc/examples/erase__size_type.link
+2
-2
find__key_type.cpp
doc/examples/find__key_type.cpp
+1
-0
find__key_type.link
doc/examples/find__key_type.link
+2
-2
flatten.cpp
doc/examples/flatten.cpp
+2
-1
flatten.link
doc/examples/flatten.link
+2
-2
from_cbor.cpp
doc/examples/from_cbor.cpp
+2
-1
from_cbor.link
doc/examples/from_cbor.link
+2
-2
from_msgpack.cpp
doc/examples/from_msgpack.cpp
+2
-1
from_msgpack.link
doc/examples/from_msgpack.link
+2
-2
front.cpp
doc/examples/front.cpp
+1
-0
front.link
doc/examples/front.link
+2
-2
get__PointerType.cpp
doc/examples/get__PointerType.cpp
+1
-0
get__PointerType.link
doc/examples/get__PointerType.link
+2
-2
get__ValueType_const.cpp
doc/examples/get__ValueType_const.cpp
+2
-1
get__ValueType_const.link
doc/examples/get__ValueType_const.link
+2
-2
get_ptr.cpp
doc/examples/get_ptr.cpp
+1
-0
get_ptr.link
doc/examples/get_ptr.link
+2
-2
get_ref.cpp
doc/examples/get_ref.cpp
+1
-0
get_ref.link
doc/examples/get_ref.link
+2
-2
insert.cpp
doc/examples/insert.cpp
+1
-0
insert.link
doc/examples/insert.link
+2
-2
insert__count.cpp
doc/examples/insert__count.cpp
+1
-0
insert__count.link
doc/examples/insert__count.link
+2
-2
insert__ilist.cpp
doc/examples/insert__ilist.cpp
+1
-0
insert__ilist.link
doc/examples/insert__ilist.link
+2
-2
insert__range.cpp
doc/examples/insert__range.cpp
+1
-0
insert__range.link
doc/examples/insert__range.link
+2
-2
insert__range_object.cpp
doc/examples/insert__range_object.cpp
+1
-0
insert__range_object.link
doc/examples/insert__range_object.link
+2
-2
is_array.cpp
doc/examples/is_array.cpp
+1
-0
is_array.link
doc/examples/is_array.link
+2
-2
is_boolean.cpp
doc/examples/is_boolean.cpp
+1
-0
is_boolean.link
doc/examples/is_boolean.link
+2
-2
is_discarded.cpp
doc/examples/is_discarded.cpp
+1
-0
is_discarded.link
doc/examples/is_discarded.link
+2
-2
is_null.cpp
doc/examples/is_null.cpp
+1
-0
is_null.link
doc/examples/is_null.link
+2
-2
is_number.cpp
doc/examples/is_number.cpp
+1
-0
is_number.link
doc/examples/is_number.link
+2
-2
is_number_float.cpp
doc/examples/is_number_float.cpp
+1
-0
is_number_float.link
doc/examples/is_number_float.link
+2
-2
is_number_integer.cpp
doc/examples/is_number_integer.cpp
+1
-0
is_number_integer.link
doc/examples/is_number_integer.link
+2
-2
is_number_unsigned.cpp
doc/examples/is_number_unsigned.cpp
+1
-0
is_number_unsigned.link
doc/examples/is_number_unsigned.link
+2
-2
is_object.cpp
doc/examples/is_object.cpp
+1
-0
is_object.link
doc/examples/is_object.link
+2
-2
is_primitive.cpp
doc/examples/is_primitive.cpp
+1
-0
is_primitive.link
doc/examples/is_primitive.link
+2
-2
is_string.cpp
doc/examples/is_string.cpp
+1
-0
is_string.link
doc/examples/is_string.link
+2
-2
is_structured.cpp
doc/examples/is_structured.cpp
+1
-0
is_structured.link
doc/examples/is_structured.link
+2
-2
iterator_wrapper.cpp
doc/examples/iterator_wrapper.cpp
+1
-0
iterator_wrapper.link
doc/examples/iterator_wrapper.link
+2
-2
json_pointer.cpp
doc/examples/json_pointer.cpp
+1
-0
json_pointer.link
doc/examples/json_pointer.link
+2
-2
json_pointer__to_string.cpp
doc/examples/json_pointer__to_string.cpp
+1
-0
json_pointer__to_string.link
doc/examples/json_pointer__to_string.link
+2
-2
max_size.cpp
doc/examples/max_size.cpp
+1
-0
max_size.link
doc/examples/max_size.link
+2
-2
meta.cpp
doc/examples/meta.cpp
+2
-1
meta.link
doc/examples/meta.link
+2
-2
object.cpp
doc/examples/object.cpp
+1
-0
object.link
doc/examples/object.link
+2
-2
operator__ValueType.cpp
doc/examples/operator__ValueType.cpp
+2
-1
operator__ValueType.link
doc/examples/operator__ValueType.link
+2
-2
operator__equal.cpp
doc/examples/operator__equal.cpp
+1
-0
operator__equal.link
doc/examples/operator__equal.link
+2
-2
operator__equal__nullptr_t.cpp
doc/examples/operator__equal__nullptr_t.cpp
+1
-0
operator__equal__nullptr_t.link
doc/examples/operator__equal__nullptr_t.link
+2
-2
operator__greater.cpp
doc/examples/operator__greater.cpp
+1
-0
operator__greater.link
doc/examples/operator__greater.link
+2
-2
operator__greaterequal.cpp
doc/examples/operator__greaterequal.cpp
+1
-0
operator__greaterequal.link
doc/examples/operator__greaterequal.link
+2
-2
operator__less.cpp
doc/examples/operator__less.cpp
+1
-0
operator__less.link
doc/examples/operator__less.link
+2
-2
operator__lessequal.cpp
doc/examples/operator__lessequal.cpp
+1
-0
operator__lessequal.link
doc/examples/operator__lessequal.link
+2
-2
operator__notequal.cpp
doc/examples/operator__notequal.cpp
+1
-0
operator__notequal.link
doc/examples/operator__notequal.link
+2
-2
operator__notequal__nullptr_t.cpp
doc/examples/operator__notequal__nullptr_t.cpp
+1
-0
operator__notequal__nullptr_t.link
doc/examples/operator__notequal__nullptr_t.link
+2
-2
operator__value_t.cpp
doc/examples/operator__value_t.cpp
+1
-0
operator__value_t.link
doc/examples/operator__value_t.link
+2
-2
operator_deserialize.cpp
doc/examples/operator_deserialize.cpp
+2
-1
operator_deserialize.link
doc/examples/operator_deserialize.link
+2
-2
operator_serialize.cpp
doc/examples/operator_serialize.cpp
+2
-1
operator_serialize.link
doc/examples/operator_serialize.link
+2
-2
operatorarray__key_type.cpp
doc/examples/operatorarray__key_type.cpp
+2
-1
operatorarray__key_type.link
doc/examples/operatorarray__key_type.link
+2
-2
operatorarray__key_type_const.cpp
doc/examples/operatorarray__key_type_const.cpp
+1
-0
operatorarray__key_type_const.link
doc/examples/operatorarray__key_type_const.link
+2
-2
operatorarray__size_type.cpp
doc/examples/operatorarray__size_type.cpp
+1
-0
operatorarray__size_type.link
doc/examples/operatorarray__size_type.link
+2
-2
operatorarray__size_type_const.cpp
doc/examples/operatorarray__size_type_const.cpp
+1
-0
operatorarray__size_type_const.link
doc/examples/operatorarray__size_type_const.link
+2
-2
operatorjson_pointer.cpp
doc/examples/operatorjson_pointer.cpp
+1
-0
operatorjson_pointer.link
doc/examples/operatorjson_pointer.link
+2
-2
operatorjson_pointer_const.cpp
doc/examples/operatorjson_pointer_const.cpp
+1
-0
operatorjson_pointer_const.link
doc/examples/operatorjson_pointer_const.link
+2
-2
parse__array__parser_callback_t.cpp
doc/examples/parse__array__parser_callback_t.cpp
+2
-1
parse__array__parser_callback_t.link
doc/examples/parse__array__parser_callback_t.link
+2
-2
parse__contiguouscontainer__parser_callback_t.cpp
...xamples/parse__contiguouscontainer__parser_callback_t.cpp
+2
-1
parse__contiguouscontainer__parser_callback_t.link
...amples/parse__contiguouscontainer__parser_callback_t.link
+2
-2
parse__istream__parser_callback_t.cpp
doc/examples/parse__istream__parser_callback_t.cpp
+2
-1
parse__istream__parser_callback_t.link
doc/examples/parse__istream__parser_callback_t.link
+2
-2
parse__iteratortype__parser_callback_t.cpp
doc/examples/parse__iteratortype__parser_callback_t.cpp
+2
-1
parse__iteratortype__parser_callback_t.link
doc/examples/parse__iteratortype__parser_callback_t.link
+2
-2
parse__string__parser_callback_t.cpp
doc/examples/parse__string__parser_callback_t.cpp
+2
-1
parse__string__parser_callback_t.link
doc/examples/parse__string__parser_callback_t.link
+2
-2
patch.cpp
doc/examples/patch.cpp
+1
-0
patch.link
doc/examples/patch.link
+2
-2
push_back.cpp
doc/examples/push_back.cpp
+1
-0
push_back.link
doc/examples/push_back.link
+2
-2
push_back__initializer_list.cpp
doc/examples/push_back__initializer_list.cpp
+1
-0
push_back__initializer_list.link
doc/examples/push_back__initializer_list.link
+2
-2
push_back__object_t__value.cpp
doc/examples/push_back__object_t__value.cpp
+1
-0
push_back__object_t__value.link
doc/examples/push_back__object_t__value.link
+2
-2
rbegin.cpp
doc/examples/rbegin.cpp
+1
-0
rbegin.link
doc/examples/rbegin.link
+2
-2
rend.cpp
doc/examples/rend.cpp
+1
-0
rend.link
doc/examples/rend.link
+2
-2
size.cpp
doc/examples/size.cpp
+1
-0
size.link
doc/examples/size.link
+2
-2
swap__array_t.cpp
doc/examples/swap__array_t.cpp
+1
-0
swap__array_t.link
doc/examples/swap__array_t.link
+2
-2
swap__object_t.cpp
doc/examples/swap__object_t.cpp
+1
-0
swap__object_t.link
doc/examples/swap__object_t.link
+2
-2
swap__reference.cpp
doc/examples/swap__reference.cpp
+1
-0
swap__reference.link
doc/examples/swap__reference.link
+2
-2
swap__string_t.cpp
doc/examples/swap__string_t.cpp
+1
-0
swap__string_t.link
doc/examples/swap__string_t.link
+2
-2
to_cbor.cpp
doc/examples/to_cbor.cpp
+2
-1
to_cbor.link
doc/examples/to_cbor.link
+2
-2
to_msgpack.cpp
doc/examples/to_msgpack.cpp
+2
-1
to_msgpack.link
doc/examples/to_msgpack.link
+2
-2
type.cpp
doc/examples/type.cpp
+1
-0
type.link
doc/examples/type.link
+2
-2
type_name.cpp
doc/examples/type_name.cpp
+1
-0
type_name.link
doc/examples/type_name.link
+2
-2
unflatten.cpp
doc/examples/unflatten.cpp
+2
-1
unflatten.link
doc/examples/unflatten.link
+2
-2
No files found.
README.md
View file @
504012a3
...
...
@@ -849,6 +849,7 @@ I deeply appreciate the help of the following people.
- [Steffen](https://github.com/koemeet) fixed a potential issue with MSVC and `std::min`.
- [Mike Tzou](https://github.com/Chocobo1) fixed some typos.
- [amrcode](https://github.com/amrcode) noted a missleading documentation about comparison of floats.
- [Oleg Endo](https://github.com/olegendo) reduced the memory consumption by replacing `<iostream>` with `<iosfwd>`
Thanks a lot for helping out! Please [let me know](mailto:mail@nlohmann.me) if I forgot someone.
...
...
doc/examples/README.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/README.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/Mi7u49cYwMR0cgTH"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/yCTCvQi0ZVxGuL3L"><b>online</b></a>
\ No newline at end of file
doc/examples/array.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/array.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/dREyaxnVNgG1CAUx"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/jKwlQd7pFg6UcIN5"><b>online</b></a>
\ No newline at end of file
doc/examples/at__object_t_key_type.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/at__object_t_key_type.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/rCEcfTCRY40LDvoR"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/FR2yYACZpx0k3Rzp"><b>online</b></a>
\ No newline at end of file
doc/examples/at__object_t_key_type_const.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/at__object_t_key_type_const.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/SIuocSXktJ2lxj0q"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/aeF8S2D89A8lfVx1"><b>online</b></a>
\ No newline at end of file
doc/examples/at__size_type.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/at__size_type.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/wB9tQWAyqeajJTVn"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/GmNdQadc8cWDzYpn"><b>online</b></a>
\ No newline at end of file
doc/examples/at__size_type_const.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/at__size_type_const.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/s5MsN3WV6zsGcWY4"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/zLkp80JFsKEuPd1t"><b>online</b></a>
\ No newline at end of file
doc/examples/at_json_pointer.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/at_json_pointer.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/SXcTwaW8DVzDT34z"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/mlj2WqOtwBidvuJx"><b>online</b></a>
\ No newline at end of file
doc/examples/at_json_pointer_const.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/at_json_pointer_const.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/zOTLPM0c5dNFZhk3"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/vHKlyYl9DwaUO9UN"><b>online</b></a>
\ No newline at end of file
doc/examples/back.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/back.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/Sco4kIFMzpkYo37h"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/VXTfLJQl9x7NaHrI"><b>online</b></a>
\ No newline at end of file
doc/examples/basic_json__CompatibleType.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <deque>
#include <list>
#include <forward_list>
#include <set>
#include <unordered_map>
#include <unordered_set>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/basic_json__CompatibleType.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/n2KT4Yk3mzZXKnS5"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/chmc1rH7aNZTIVSp"><b>online</b></a>
\ No newline at end of file
doc/examples/basic_json__InputIt_InputIt.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/basic_json__InputIt_InputIt.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/gsHOHaLe3MfVhI2s"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/qpFQRSCnP6iVb3dF"><b>online</b></a>
\ No newline at end of file
doc/examples/basic_json__basic_json.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/basic_json__basic_json.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/zUmWzPFVFx6sEojX"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/hRrKgHP2a0zgdxJ1"><b>online</b></a>
\ No newline at end of file
doc/examples/basic_json__copyassignment.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/basic_json__copyassignment.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/1BjO38rdSmNGxpyn"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/4p0zccjr9gUI65H2"><b>online</b></a>
\ No newline at end of file
doc/examples/basic_json__list_init_t.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/basic_json__list_init_t.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/H0DDK6yuoCGZuoFw"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/XyDVBlGsU1DHpRl9"><b>online</b></a>
\ No newline at end of file
doc/examples/basic_json__moveconstructor.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/basic_json__moveconstructor.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/nXd0SKQaR6tHukvy"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/Z1uToOcza9ALJxNU"><b>online</b></a>
\ No newline at end of file
doc/examples/basic_json__nullptr_t.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/basic_json__nullptr_t.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/AbLqRqEEN5N9W1Fj"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/JQUGGZT8qZyQsHRv"><b>online</b></a>
\ No newline at end of file
doc/examples/basic_json__size_type_basic_json.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/basic_json__size_type_basic_json.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/ecx4xZQX7VXuhlAz"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/l4fEe7Un5ctCQNuA"><b>online</b></a>
\ No newline at end of file
doc/examples/basic_json__value.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/basic_json__value.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/bP03yg3IIbhARy2F"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/BRt1QpTsOBkiVcRC"><b>online</b></a>
\ No newline at end of file
doc/examples/basic_json__value_ptr.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/basic_json__value_ptr.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/OY0l4CpfWuDJudyo"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/zTlubIHYOK6EGxnc"><b>online</b></a>
\ No newline at end of file
doc/examples/basic_json__value_t.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/basic_json__value_t.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/zRdz49DwtK0gIJuc"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/NlKuJEkKDx7IhN9Z"><b>online</b></a>
\ No newline at end of file
doc/examples/begin.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/begin.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/Q0QcnX1LAQT5k7IU"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/fTnaiB7w2ocgAsw8"><b>online</b></a>
\ No newline at end of file
doc/examples/cbegin.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/cbegin.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/ukuefRRIclE7D7IX"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/I7blCyINJHBX81JG"><b>online</b></a>
\ No newline at end of file
doc/examples/cend.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/cend.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/nHLMXLRwA3QWSnsQ"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/LQmVooyLiQWjqnra"><b>online</b></a>
\ No newline at end of file
doc/examples/clear.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/clear.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/WQS4WbZC6pX4qZE4"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/bJHYVEctvmaszdBj"><b>online</b></a>
\ No newline at end of file
doc/examples/count.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/count.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/mrJDlTQD3orHnAdF"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/nAD5pUgjv1DcMhh7"><b>online</b></a>
\ No newline at end of file
doc/examples/crbegin.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/crbegin.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/XsC14rus4L6meQTg"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/3ylcqXCMzsKBSkxZ"><b>online</b></a>
\ No newline at end of file
doc/examples/crend.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/crend.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/jr4aG41Zr1pWUlAw"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/viOKm4V0ccy238mU"><b>online</b></a>
\ No newline at end of file
doc/examples/diff.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/diff.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/KKfCy1yctyq7PBI1"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/DKPu3VnNVgsQbaSX"><b>online</b></a>
\ No newline at end of file
doc/examples/dump.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/dump.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/HjYnuCSOxokNvsRW"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/0rB2LKUCjPlU90XK"><b>online</b></a>
\ No newline at end of file
doc/examples/emplace.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/emplace.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/mvy0nMn3uStrP9tS"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/xc7HomW1EFM5PV6n"><b>online</b></a>
\ No newline at end of file
doc/examples/emplace_back.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/emplace_back.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/wvLvTvPt0dovixFE"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/2WSVQXWzRVuAg5pV"><b>online</b></a>
\ No newline at end of file
doc/examples/empty.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/empty.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/g1mZBQAdSJE3cNCH"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/1fN2q9R8yJ9LCSlm"><b>online</b></a>
\ No newline at end of file
doc/examples/end.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/end.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/vp0L5nlCJewdlolt"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/akgHtQw6EFosJSDq"><b>online</b></a>
\ No newline at end of file
doc/examples/erase__IteratorType.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/erase__IteratorType.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/N0oo892iXEqaUzej"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/LbNMVYCXawbEelo0"><b>online</b></a>
\ No newline at end of file
doc/examples/erase__IteratorType_IteratorType.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/erase__IteratorType_IteratorType.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/SO3kgH5glqC18wJy"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/KknUwdprg6lIp5YK"><b>online</b></a>
\ No newline at end of file
doc/examples/erase__key_type.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/erase__key_type.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/wyOm5ERfxlXcwcSV"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/IN4AQ9AD1JPDNj9Q"><b>online</b></a>
\ No newline at end of file
doc/examples/erase__size_type.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/erase__size_type.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/lxSvv5XGZ8Hmhnwl"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/xCM0BG9ZV6iEMdgr"><b>online</b></a>
\ No newline at end of file
doc/examples/find__key_type.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/find__key_type.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/yqzasB01C3NGORaT"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/iu2BpRtjiKeJu2pv"><b>online</b></a>
\ No newline at end of file
doc/examples/flatten.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/flatten.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/qGLscdPoE6QH87oD"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/TpEB8tou7Wuyprkm"><b>online</b></a>
\ No newline at end of file
doc/examples/from_cbor.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/from_cbor.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/DUNMc8fjsGi5C7Ea"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/X9wSCDZNg82T3oix"><b>online</b></a>
\ No newline at end of file
doc/examples/from_msgpack.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/from_msgpack.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/wSkYD6Q5RqJWmt3s"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/9MjZO7niLtZaJIIx"><b>online</b></a>
\ No newline at end of file
doc/examples/front.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/front.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/fbTQdF5PwEeaC2lq"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/bK69SEGarbCwnqIB"><b>online</b></a>
\ No newline at end of file
doc/examples/get__PointerType.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/get__PointerType.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/YwRJe95xb68JVjuI"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/eMrmXhPWD02HJX9x"><b>online</b></a>
\ No newline at end of file
doc/examples/get__ValueType_const.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <unordered_map>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/get__ValueType_const.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/FeK53w3zimBjOhtB"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/jAZwFrdZS3DgPh1n"><b>online</b></a>
\ No newline at end of file
doc/examples/get_ptr.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/get_ptr.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/6DBW0AukFiY85CMq"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/qnJvFdIQATMPuL6R"><b>online</b></a>
\ No newline at end of file
doc/examples/get_ref.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/get_ref.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/868NoVK7iU0BZHKz"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/BbthopNwIhKgb4Y9"><b>online</b></a>
\ No newline at end of file
doc/examples/insert.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/insert.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/Af1lyC9TuTbIaNHy"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/KrT6PSRUrEC3E6cx"><b>online</b></a>
\ No newline at end of file
doc/examples/insert__count.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/insert__count.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/J7tEcc5RiRckp3aH"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/RRGqHw8PbuHfJ2MF"><b>online</b></a>
\ No newline at end of file
doc/examples/insert__ilist.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/insert__ilist.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/qgQADJFErGWzwFS3"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/Fouhqv1pfmWQ8h17"><b>online</b></a>
\ No newline at end of file
doc/examples/insert__range.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/insert__range.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/n97dklxei6VGm4nn"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/EWKlbEm2NczIX0Kt"><b>online</b></a>
\ No newline at end of file
doc/examples/insert__range_object.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/insert__range_object.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/lj1jKDLtLmx2v1G0"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/JewC0qDxdcbAB0oB"><b>online</b></a>
\ No newline at end of file
doc/examples/is_array.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/is_array.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/DvtGvyx9zygjT0kS"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/zL2Z6V2oDAYBfsw8"><b>online</b></a>
\ No newline at end of file
doc/examples/is_boolean.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/is_boolean.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/Io4dYYukmsvBsBhZ"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/OPxNx0zPQByL6wTD"><b>online</b></a>
\ No newline at end of file
doc/examples/is_discarded.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/is_discarded.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/sznqCvDTQxq642QL"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/QRFjILGEmqFv8UTH"><b>online</b></a>
\ No newline at end of file
doc/examples/is_null.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/is_null.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/imhZMfDkB8bFRp7q"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/28oi4wU44VJlAFuN"><b>online</b></a>
\ No newline at end of file
doc/examples/is_number.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/is_number.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/PMSuHln29jOu8ySo"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/8ZDtESuv4axwzLWS"><b>online</b></a>
\ No newline at end of file
doc/examples/is_number_float.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/is_number_float.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/jf7HjebGYWYKNMJQ"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/TBMRmOeVMVqAqteQ"><b>online</b></a>
\ No newline at end of file
doc/examples/is_number_integer.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/is_number_integer.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/1HGdpuy7JGkt6IZd"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/aEbSUBKUmWl7Dtgu"><b>online</b></a>
\ No newline at end of file
doc/examples/is_number_unsigned.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/is_number_unsigned.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/nlZ9nbm8xJjTAsMe"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/YRHsTGmB2C2olbOB"><b>online</b></a>
\ No newline at end of file
doc/examples/is_object.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/is_object.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/5nZW4U1bUA5lem25"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/zMdF7NYFMr9KBEPv"><b>online</b></a>
\ No newline at end of file
doc/examples/is_primitive.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/is_primitive.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/V4emskHeUktlVOxh"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/MnHvWAzSyqxGkMjB"><b>online</b></a>
\ No newline at end of file
doc/examples/is_string.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/is_string.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/lb59ps8hvZkRQtly"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/I8BpwtFc2QJ6Z1Vl"><b>online</b></a>
\ No newline at end of file
doc/examples/is_structured.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/is_structured.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/oe0ULeAlBAiaqUxh"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/sE3xMx8q6T0EX0qK"><b>online</b></a>
\ No newline at end of file
doc/examples/iterator_wrapper.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/iterator_wrapper.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/YkOQK9sqEfbKUF31"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/FYbRVHJSU3rsOSoo"><b>online</b></a>
\ No newline at end of file
doc/examples/json_pointer.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/json_pointer.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/JdZq6bQWjrHew4Dy"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/G3xdluSrBF8Zfybi"><b>online</b></a>
\ No newline at end of file
doc/examples/json_pointer__to_string.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/json_pointer__to_string.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/t6BQ8xMgkSUIcy1m"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/R67usvQfh9O9kK3u"><b>online</b></a>
\ No newline at end of file
doc/examples/max_size.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/max_size.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/9j9TwfNlZ88Hvwdi"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/Dh9VyEp2fGAbTkUI"><b>online</b></a>
\ No newline at end of file
doc/examples/meta.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/meta.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/GTMgDs6Q8uLToRvb"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/M9jbzex4Xj2l25ce"><b>online</b></a>
\ No newline at end of file
doc/examples/object.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/object.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/UeOjT4BeGKdE345o"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/GJqwS8AKJxq6aIfN"><b>online</b></a>
\ No newline at end of file
doc/examples/operator__ValueType.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <unordered_map>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operator__ValueType.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/3bM7J4Qlj1Cl9EUK"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/PhHYhHJrFVDCwxJz"><b>online</b></a>
\ No newline at end of file
doc/examples/operator__equal.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operator__equal.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/D7ff222CtzQaAXUK"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/aj64YWLRD21qZE18"><b>online</b></a>
\ No newline at end of file
doc/examples/operator__equal__nullptr_t.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operator__equal__nullptr_t.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/2PPEeLTQTrbE8cVN"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/LbrZ2kGw20CIeN6s"><b>online</b></a>
\ No newline at end of file
doc/examples/operator__greater.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operator__greater.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/whYWnKZxQV8vyrUV"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/ryX5yGEi0FO6jZz2"><b>online</b></a>
\ No newline at end of file
doc/examples/operator__greaterequal.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operator__greaterequal.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/vIBUY6LRmKBQOgiR"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/b0qsMsIDCrNduuZ7"><b>online</b></a>
\ No newline at end of file
doc/examples/operator__less.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operator__less.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/ZvESrmjGKoagilJr"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/otGM5StP1x4jd5CQ"><b>online</b></a>
\ No newline at end of file
doc/examples/operator__lessequal.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operator__lessequal.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/igiFsYkK3wJxbUBe"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/CRVuBTc86hxTNH4X"><b>online</b></a>
\ No newline at end of file
doc/examples/operator__notequal.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operator__notequal.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/NO1FFrAierprHk0j"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/g6U57ryXVuvgwSUB"><b>online</b></a>
\ No newline at end of file
doc/examples/operator__notequal__nullptr_t.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operator__notequal__nullptr_t.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/ejLtGKtacU0xiZV4"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/ywBPZQjmlieF7sv0"><b>online</b></a>
\ No newline at end of file
doc/examples/operator__value_t.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operator__value_t.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/hVycygNLPkyFqvN5"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/daNU6Fj8JuV07nBn"><b>online</b></a>
\ No newline at end of file
doc/examples/operator_deserialize.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operator_deserialize.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/yeEdM1SY7CloqFt3"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/doaPmtdJ277jNm9C"><b>online</b></a>
\ No newline at end of file
doc/examples/operator_serialize.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operator_serialize.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/ibCUjqfsQiAglDVe"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/0Ec7N50CDWAWPWEE"><b>online</b></a>
\ No newline at end of file
doc/examples/operatorarray__key_type.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operatorarray__key_type.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/4y25Szh3rTn8pQJg"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/iG5QR4oqgCLaEedf"><b>online</b></a>
\ No newline at end of file
doc/examples/operatorarray__key_type_const.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operatorarray__key_type_const.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/KYhKymZiVPxCBzVc"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/Ee3J5N5Gn6ANooov"><b>online</b></a>
\ No newline at end of file
doc/examples/operatorarray__size_type.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operatorarray__size_type.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/L1c3a41KITuzSwVS"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/21HxgPDhXEGvFC6C"><b>online</b></a>
\ No newline at end of file
doc/examples/operatorarray__size_type_const.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operatorarray__size_type_const.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/O42CoAYuvKv9qsjI"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/IyS4nyuQg9OS8FaF"><b>online</b></a>
\ No newline at end of file
doc/examples/operatorjson_pointer.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operatorjson_pointer.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/5BiKWmmo8E6cZ5ya"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/r7jZiTjekxAmg70w"><b>online</b></a>
\ No newline at end of file
doc/examples/operatorjson_pointer_const.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operatorjson_pointer_const.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/t2CPGGr35iE5Ccsd"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/MtaIF9fNY9WPXrUG"><b>online</b></a>
\ No newline at end of file
doc/examples/parse__array__parser_callback_t.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/parse__array__parser_callback_t.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/chPjGeanDIb5ce5Y"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/fs7n9Xh41pSIxK4g"><b>online</b></a>
\ No newline at end of file
doc/examples/parse__contiguouscontainer__parser_callback_t.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/parse__contiguouscontainer__parser_callback_t.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/6N1uGjyG56Cgp856"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/2cJ6aEoQItmXOyEe"><b>online</b></a>
\ No newline at end of file
doc/examples/parse__istream__parser_callback_t.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/parse__istream__parser_callback_t.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/hRc62HHoix373ban"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/IvIGk03HXpuyv271"><b>online</b></a>
\ No newline at end of file
doc/examples/parse__iteratortype__parser_callback_t.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/parse__iteratortype__parser_callback_t.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/Tt8SS2LJXvi0fuUc"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/a8XRIpnVOQp3zYKV"><b>online</b></a>
\ No newline at end of file
doc/examples/parse__string__parser_callback_t.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/parse__string__parser_callback_t.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/Wvsf6dhxhscpNbx8"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/JZ8P4ruGJTLfOFHJ"><b>online</b></a>
\ No newline at end of file
doc/examples/patch.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
#include <iomanip> // for std::setw
...
...
doc/examples/patch.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/UoObrzN9bFBGX8ph"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/U9n8nunch9ti8XlQ"><b>online</b></a>
\ No newline at end of file
doc/examples/push_back.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/push_back.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/Y6RwbyukIqP7axhL"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/nXx2jBB2mfhTui2x"><b>online</b></a>
\ No newline at end of file
doc/examples/push_back__initializer_list.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/push_back__initializer_list.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/EGWCBZOQQ4WbZl6V"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/Pkordpr08QOqwQ5S"><b>online</b></a>
\ No newline at end of file
doc/examples/push_back__object_t__value.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/push_back__object_t__value.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/OJH4Aq6qDiGRqXNo"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/YMP7YqusA4FVCXd8"><b>online</b></a>
\ No newline at end of file
doc/examples/rbegin.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/rbegin.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/F9EE9JBnMu2KgCC3"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/ntIP2dRz12dM8cBi"><b>online</b></a>
\ No newline at end of file
doc/examples/rend.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/rend.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/uv1nLqTKpZOwvofB"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/bwTPFmGISMU3mBoH"><b>online</b></a>
\ No newline at end of file
doc/examples/size.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/size.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/uBVNNjgvYuX7rcIO"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/a0lRgHqcBsG9bezj"><b>online</b></a>
\ No newline at end of file
doc/examples/swap__array_t.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/swap__array_t.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/2aZmrP2xuWIiZOfd"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/vesMGROXLwOW7kTf"><b>online</b></a>
\ No newline at end of file
doc/examples/swap__object_t.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/swap__object_t.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/cZGcQj8OrkPrXX9d"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/PnS7jOq2cgJMwm6w"><b>online</b></a>
\ No newline at end of file
doc/examples/swap__reference.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/swap__reference.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/BYPsq3iXyU04hqpi"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/XO1V5cnmK17G277z"><b>online</b></a>
\ No newline at end of file
doc/examples/swap__string_t.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/swap__string_t.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/jtBO4VQr09xU8hfX"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/SgGHz0fYGWTCFwCH"><b>online</b></a>
\ No newline at end of file
doc/examples/to_cbor.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/to_cbor.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/tMjlClOSnAhY0BDg"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/m6XKVQBrhB6jXGOe"><b>online</b></a>
\ No newline at end of file
doc/examples/to_msgpack.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/to_msgpack.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/CeF2b7iKuvSnNZaV"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/b66iY9hOdCHEG8FV"><b>online</b></a>
\ No newline at end of file
doc/examples/type.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/type.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/om8MTJzY1FlDzxxS"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/zlWezYhiRTnLzrSj"><b>online</b></a>
\ No newline at end of file
doc/examples/type_name.cpp
View file @
504012a3
#include <iostream>
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/type_name.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/t8yj12vJog4NagqL"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/dKXdftLJYVnkE3Vg"><b>online</b></a>
\ No newline at end of file
doc/examples/unflatten.cpp
View file @
504012a3
#include
"json.hpp"
#include
<iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/unflatten.link
View file @
504012a3
<a target="_blank" href="https://wandbox.org/permlink/aOxMXevnLZteNqkg"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/WKkNkEuGbsxPknyT"><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