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
f3bd755c
Unverified
Commit
f3bd755c
authored
Dec 16, 2017
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
➖
removing <iomanip> header
parent
c23f5dce
Changes
37
Hide whitespace changes
Inline
Side-by-side
Showing
37 changed files
with
19 additions
and
37 deletions
+19
-37
doc/examples/README.cpp
doc/examples/README.cpp
+0
-1
doc/examples/README.link
doc/examples/README.link
+1
-1
doc/examples/diff.cpp
doc/examples/diff.cpp
+0
-1
doc/examples/diff.link
doc/examples/diff.link
+1
-1
doc/examples/flatten.cpp
doc/examples/flatten.cpp
+0
-1
doc/examples/flatten.link
doc/examples/flatten.link
+1
-1
doc/examples/from_cbor.cpp
doc/examples/from_cbor.cpp
+0
-1
doc/examples/from_cbor.link
doc/examples/from_cbor.link
+1
-1
doc/examples/from_msgpack.cpp
doc/examples/from_msgpack.cpp
+0
-1
doc/examples/from_msgpack.link
doc/examples/from_msgpack.link
+1
-1
doc/examples/meta.cpp
doc/examples/meta.cpp
+0
-1
doc/examples/meta.link
doc/examples/meta.link
+1
-1
doc/examples/meta.output
doc/examples/meta.output
+1
-1
doc/examples/operator_deserialize.cpp
doc/examples/operator_deserialize.cpp
+0
-1
doc/examples/operator_deserialize.link
doc/examples/operator_deserialize.link
+1
-1
doc/examples/operator_serialize.cpp
doc/examples/operator_serialize.cpp
+0
-1
doc/examples/operator_serialize.link
doc/examples/operator_serialize.link
+1
-1
doc/examples/operatorarray__key_type.cpp
doc/examples/operatorarray__key_type.cpp
+0
-1
doc/examples/operatorarray__key_type.link
doc/examples/operatorarray__key_type.link
+1
-1
doc/examples/parse__array__parser_callback_t.cpp
doc/examples/parse__array__parser_callback_t.cpp
+0
-1
doc/examples/parse__array__parser_callback_t.link
doc/examples/parse__array__parser_callback_t.link
+1
-1
doc/examples/parse__contiguouscontainer__parser_callback_t.cpp
...xamples/parse__contiguouscontainer__parser_callback_t.cpp
+0
-1
doc/examples/parse__contiguouscontainer__parser_callback_t.link
...amples/parse__contiguouscontainer__parser_callback_t.link
+1
-1
doc/examples/parse__istream__parser_callback_t.cpp
doc/examples/parse__istream__parser_callback_t.cpp
+0
-1
doc/examples/parse__istream__parser_callback_t.link
doc/examples/parse__istream__parser_callback_t.link
+1
-1
doc/examples/parse__iteratortype__parser_callback_t.cpp
doc/examples/parse__iteratortype__parser_callback_t.cpp
+0
-1
doc/examples/parse__iteratortype__parser_callback_t.link
doc/examples/parse__iteratortype__parser_callback_t.link
+1
-1
doc/examples/parse__string__parser_callback_t.cpp
doc/examples/parse__string__parser_callback_t.cpp
+0
-1
doc/examples/parse__string__parser_callback_t.link
doc/examples/parse__string__parser_callback_t.link
+1
-1
doc/examples/patch.cpp
doc/examples/patch.cpp
+0
-1
doc/examples/patch.link
doc/examples/patch.link
+1
-1
doc/examples/to_cbor.cpp
doc/examples/to_cbor.cpp
+0
-1
doc/examples/to_cbor.link
doc/examples/to_cbor.link
+1
-1
doc/examples/to_msgpack.cpp
doc/examples/to_msgpack.cpp
+0
-1
doc/examples/to_msgpack.link
doc/examples/to_msgpack.link
+1
-1
doc/examples/unflatten.cpp
doc/examples/unflatten.cpp
+0
-1
doc/examples/unflatten.link
doc/examples/unflatten.link
+1
-1
No files found.
doc/examples/README.cpp
View file @
f3bd755c
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/README.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/yCTCvQi0ZVxGuL3L"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/TZS6TQdqmEUcN8WW"><b>online</b></a>
\ No newline at end of file
doc/examples/diff.cpp
View file @
f3bd755c
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/diff.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/DKPu3VnNVgsQbaSX"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/QJlGaO7RqgvibCbR"><b>online</b></a>
\ No newline at end of file
doc/examples/flatten.cpp
View file @
f3bd755c
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/flatten.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/TpEB8tou7Wuyprkm"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/EBqdb2uhXyKTbr9f"><b>online</b></a>
\ No newline at end of file
doc/examples/from_cbor.cpp
View file @
f3bd755c
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/from_cbor.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/X9wSCDZNg82T3oix"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/NkSIj6G89DXRXX9u"><b>online</b></a>
\ No newline at end of file
doc/examples/from_msgpack.cpp
View file @
f3bd755c
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/from_msgpack.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/9MjZO7niLtZaJIIx"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/DlKRo80ESI428gH8"><b>online</b></a>
\ No newline at end of file
doc/examples/meta.cpp
View file @
f3bd755c
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/meta.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/M9jbzex4Xj2l25ce"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/mtnyQGVjmAoHVvaP"><b>online</b></a>
\ No newline at end of file
doc/examples/meta.output
View file @
f3bd755c
...
...
@@ -2,7 +2,7 @@
"compiler": {
"c++": "201103",
"family": "clang",
"version": "
8.1.0 (clang-802.0.42
)"
"version": "
9.0.0 (clang-900.0.37
)"
},
"copyright": "(C) 2013-2017 Niels Lohmann",
"name": "JSON for Modern C++",
...
...
doc/examples/operator_deserialize.cpp
View file @
f3bd755c
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operator_deserialize.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/atomVJKVgMTIh1iT"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/qrMPH8rv4FBqE2Ri"><b>online</b></a>
\ No newline at end of file
doc/examples/operator_serialize.cpp
View file @
f3bd755c
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operator_serialize.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/0Ec7N50CDWAWPWEE"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/9j30rS3lws0iiHPd"><b>online</b></a>
\ No newline at end of file
doc/examples/operatorarray__key_type.cpp
View file @
f3bd755c
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/operatorarray__key_type.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/iG5QR4oqgCLaEedf"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/bYLh2weuTo9jkR5V"><b>online</b></a>
\ No newline at end of file
doc/examples/parse__array__parser_callback_t.cpp
View file @
f3bd755c
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/parse__array__parser_callback_t.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/fs7n9Xh41pSIxK4g"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/12CMBHX694yrt0i9"><b>online</b></a>
\ No newline at end of file
doc/examples/parse__contiguouscontainer__parser_callback_t.cpp
View file @
f3bd755c
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/parse__contiguouscontainer__parser_callback_t.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/2cJ6aEoQItmXOyEe"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/YDBQGKfyJUePDpRe"><b>online</b></a>
\ No newline at end of file
doc/examples/parse__istream__parser_callback_t.cpp
View file @
f3bd755c
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/parse__istream__parser_callback_t.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/IvIGk03HXpuyv271"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/DhwTP8AtK5UoeF55"><b>online</b></a>
\ No newline at end of file
doc/examples/parse__iteratortype__parser_callback_t.cpp
View file @
f3bd755c
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/parse__iteratortype__parser_callback_t.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/a8XRIpnVOQp3zYKV"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/c4K2s7QuFNfXd3j7"><b>online</b></a>
\ No newline at end of file
doc/examples/parse__string__parser_callback_t.cpp
View file @
f3bd755c
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/parse__string__parser_callback_t.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/JZ8P4ruGJTLfOFHJ"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/GKABhikWJQTHeX7z"><b>online</b></a>
\ No newline at end of file
doc/examples/patch.cpp
View file @
f3bd755c
#include <iostream>
#include "json.hpp"
#include <iomanip> // for std::setw
using
json
=
nlohmann
::
json
;
...
...
doc/examples/patch.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/U9n8nunch9ti8XlQ"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/QVr68rXTR2kztpbl"><b>online</b></a>
\ No newline at end of file
doc/examples/to_cbor.cpp
View file @
f3bd755c
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/to_cbor.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/m6XKVQBrhB6jXGOe"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/ze9XofH6xAKtIha1"><b>online</b></a>
\ No newline at end of file
doc/examples/to_msgpack.cpp
View file @
f3bd755c
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/to_msgpack.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/b66iY9hOdCHEG8FV"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/k8bMpRumLfsA8ylM"><b>online</b></a>
\ No newline at end of file
doc/examples/unflatten.cpp
View file @
f3bd755c
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using
json
=
nlohmann
::
json
;
...
...
doc/examples/unflatten.link
View file @
f3bd755c
<a target="_blank" href="https://wandbox.org/permlink/WKkNkEuGbsxPknyT"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/hvj393WgvjIaiUZe"><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