mirror of
https://github.com/nlohmann/json.git
synced 2025-07-22 15:21:52 +03:00
♻️ refactored SAX parser
This commit is contained in:
@ -34,7 +34,7 @@ using nlohmann::json;
|
||||
#include <iostream>
|
||||
#include <valarray>
|
||||
|
||||
struct SaxEventLogger : public nlohmann::json::SAX
|
||||
struct SaxEventLogger : public nlohmann::json::json_sax
|
||||
{
|
||||
bool null() override
|
||||
{
|
||||
|
Reference in New Issue
Block a user