C Sharp (C#) - File IO
What is wrong with this code?
using System.Text.Json;
var json = "{ 'Name': 'John' }";
var person = JsonSerializer.Deserialize(json); 