Exemplo n.º 1
0
 static void convert(const pbnjson::JValue &j, bool &v)
 {
     LG_ASSERT(j.isBoolean());
     v = j.asBool();
 }