示例#1
0
 public static string ToJson(this IllustRecommended self) => JsonConvert.SerializeObject(self, PixivCS.Objects.Converter.Settings);
示例#2
0
 public static string ToJson(this IllustRecommended self) => JsonSerializer.Serialize(self);