mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
some pretty-printing
This commit is contained in:
@ -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