11 std::u16string songName = u
"";
12 std::u16string songSubName = u
"";
13 std::u16string songAuthorName = u
"";
14 std::u16string levelAuthorName = u
"";
16 CP_SDK_JSON_OPERATORS_INLINE({
17 CP_SDK_JSON_SERIALIZE_FLOAT(bpm);
18 CP_SDK_JSON_SERIALIZE_INT32(duration);
19 CP_SDK_JSON_SERIALIZE_STRING(songName);
20 CP_SDK_JSON_SERIALIZE_STRING(songSubName);
21 CP_SDK_JSON_SERIALIZE_STRING(songAuthorName);
22 CP_SDK_JSON_SERIALIZE_STRING(levelAuthorName);
25 CP_SDK_JSON_UNSERIALIZE_FLOAT(bpm);
26 CP_SDK_JSON_UNSERIALIZE_INT32(duration);
27 CP_SDK_JSON_UNSERIALIZE_STRING(songName);
28 CP_SDK_JSON_UNSERIALIZE_STRING(songSubName);
29 CP_SDK_JSON_UNSERIALIZE_STRING(songAuthorName);
30 CP_SDK_JSON_UNSERIALIZE_STRING(levelAuthorName);