| 
    libdonut 2.3.6
    
   Application framework for cross-platform game development in C++20 
   | 
 
Implementation of PropertyVisitor that skips over the parsed property and discards the result. More...
#include <donut/json.hpp>
  
Public Member Functions | |
| void | visitProperty (const SourceLocation &source, String &&key, Parser &parser) override | 
| Callback for each object property.   | |
Additional Inherited Members | |
  Protected Member Functions inherited from donut::json::Parser< It >::PropertyVisitor | |
| ~PropertyVisitor ()=default | |
Implementation of PropertyVisitor that skips over the parsed property and discards the result.
      
  | 
  inlineoverridevirtual | 
Callback for each object property.
| source | location of the beginning of the property's value. | 
| key | the property's name string. | 
| parser | parser that should be used to parse the property's value. | 
| json::Error | on invalid input. | 
| any | exception thrown by the concrete implementation. | 
Implements donut::json::Parser< It >::PropertyVisitor.