using System.Collections.Generic;
public static void Main()
MangaInfos = new List<object>{ "sample", "manganame", 1234567890, 0, 0 },
Chapters = new List<Chapter>
var json = JsonConvert.SerializeObject(d,Formatting.Indented);
public string U { get; set; }
public int R { get; set; }
public IList<object> MangaInfos { get; set; }
[JsonProperty("chapters")]
public IList<Chapter> Chapters { get; set; }
[JsonProperty("version")]
public string Version { get; set; }
public IList<Manga> Mangas { get; set; }