| 
    Jpp
    master_rocky
    
   the software that should make you happy 
   | 
 
Auxiliary base class for JSon I/O based on ROOT dictionary. More...
#include <JSonSupportkit.hh>
Friends | |
| void | to_json (json &js, const T &object) | 
| Convert object to JSon.  More... | |
| void | from_json (const json &js, T &object) | 
| Convert JSon to object/.  More... | |
Auxiliary base class for JSon I/O based on ROOT dictionary.
Definition at line 164 of file JSonSupportkit.hh.
      
  | 
  friend | 
Convert object to JSon.
| js | json | 
| object | object | 
Definition at line 171 of file JSonSupportkit.hh.
      
  | 
  friend | 
Convert JSon to object/.
| js | json | 
| object | object | 
Definition at line 196 of file JSonSupportkit.hh.