1314151617181920212223
return o; }-*/; public static String toJson(Object o) { JsonValue value = reinterpret_cast(o); return value.toJson(); } public static <T> T make(Object factory) { return ((Factory<T>) factory).create(); }