| 
    Jpp
    master_rocky
    
   the software that should make you happy 
   | 
 
Auxiliary data structure to compare (part of) JSon data. More...
#include <JComparator.hh>
Public Member Functions | |
| JComparator () | |
| Defaut constructor.  More... | |
| json | operator() (const json &ja, const json &jb, const std::string &key) const | 
| Auxiliary method to compare (part of) JSon data.  More... | |
Public Attributes | |
| char | SEPARATOR = '.' | 
Auxiliary data structure to compare (part of) JSon data.
The key can be used to specify which part of the JSon data to print.
For example: 
"Error.Code"
will compare the error codes some specific JSon data.
Definition at line 29 of file JSon/JComparator.hh.
      
  | 
  inline | 
      
  | 
  inline | 
Auxiliary method to compare (part of) JSon data.
Definition at line 47 of file JSon/JComparator.hh.
| char JSON::JComparator::SEPARATOR = '.' | 
Definition at line 31 of file JSon/JComparator.hh.