SND@LHC Software
Loading...
Searching...
No Matches
Classes
|
Functions
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
}
json
nlohmann::json json
Definition
boardMappingParser.cxx:12
quicktype
Generated by
1.9.8