#JSON

1 messages · Page 1 of 1 (latest)

lucid light
#

JsonConvert.DeserializeObject<T>(json);

austere dove
#

JsonConvert.DeserializeObject<List<ulong>>(await File.ReadAllTextAsync(*your path*));