mirror of
https://github.com/nlohmann/json.git
synced 2026-05-11 16:55:24 +00:00
some pretty-printing
This commit is contained in:
+1
-1
@@ -3953,7 +3953,7 @@ class basic_json
|
||||
bool keep_tag = false;
|
||||
if (keep)
|
||||
{
|
||||
keep_tag = callback ? callback(depth, parse_event_t::key, basic_json(key)) : true;
|
||||
keep_tag = callback ? callback(depth, parse_event_t::key, basic_json(key)) : true;
|
||||
}
|
||||
|
||||
// parse separator (:)
|
||||
|
||||
Reference in New Issue
Block a user