♻️ refactored SAX parser
This commit is contained in:
		
							parent
							
								
									981e226ca2
								
							
						
					
					
						commit
						21352c4d8e
					
				
					 7 changed files with 260 additions and 110 deletions
				
			
		|  | @ -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 | ||||
|  |  | |||
|  | @ -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 | ||||
|     { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue