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