I'm looking for a way to deserialize a string coming from an API. The Json string is just : {"key" : "lolo"}.
I dont want to create a class for this. I have found this but it's kind of old so I don't know if there is something better today: Json deserialize
In the future I will use more Json deserialization so I would like to use JSON.NET. Thanks.