Fully remove the dependency on Newtonsoft.Json
This commit is contained in:
parent
cf0cd743b8
commit
8c2eabfd21
18 changed files with 92 additions and 22 deletions
|
@ -1,7 +1,10 @@
|
|||
namespace Geekbot.Bot.Commands.Randomness.Dad
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Geekbot.Bot.Commands.Randomness.Dad
|
||||
{
|
||||
internal class DadJokeResponseDto
|
||||
{
|
||||
[JsonPropertyName("joke")]
|
||||
public string Joke { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue