{
"905391627751784458": {
"ServerLanguage": "RU",
"CommandConfigurations": {
"Ping": {
"Embed1": {
"WithAuthor": "Команда Ping",
"WithDescription": "<@{0}>, ПОНГ!",
"WithColor": "green",
"WithFooter": {
"Text": {
"user_id": true,
"server_id": true
},
"AuthorIconUrl": true
},
"WithFields": false
}
}
}
}
}
var serverConfigurations = File.ReadAllText("E:\\C#\\DiscordBot\\servers.json");
var json = JsonConvert.DeserializeObject<dynamic>(serverConfigurations);
//Путь к переменной. Вывод:
Console.WriteLine(json._905391627751784458.CommandConfigurations.Ping.Embed1.WithFooter.Text.user_id)