コード例 #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);