SND@LHC Software
Loading...
Searching...
No Matches
quicktype Namespace Reference

Classes

struct  Info
 
struct  Info_scifi
 

Functions

json get_untyped (const json &j, const char *property)
 

Function Documentation

◆ get_untyped()

json quicktype::get_untyped ( const json j,
const char *  property 
)
inline

Definition at line 34 of file boardMappingParser.cxx.

34 {
35 if (j.find(property) != j.end()) {
36 return j.at(property).get<json>();
37 }
38 return json();
39 }
nlohmann::json json