mirror of
https://github.com/nlohmann/json.git
synced 2025-08-06 07:02:42 +03:00
Deployed 6e36c721f
with MkDocs version: 1.4.2
This commit is contained in:
@@ -33,7 +33,6 @@ int main()
|
||||
json j_complete = json::parse(ss);
|
||||
std::cout << std::setw(4) << j_complete << "\n\n";
|
||||
|
||||
|
||||
// define parser callback
|
||||
json::parser_callback_t cb = [](int depth, json::parse_event_t event, json & parsed)
|
||||
{
|
||||
|
Reference in New Issue
Block a user