using System.Collections.Generic;
[""S"", ""S"", ""S"", ""S""],
[""S"", ""S"", ""C"", ""S""],
[ ""S"", ""S"", ""S"", ""S"" ],
[""S"", ""null"", ""S"", ""S""]
""start"": {""X"": 3, ""Y"": 0, ""facing"": ""N""},
""commands"": [ ""TL"",""A"",""C"",""A"",""C"",""TR"",""A"",""C""],
var items = JsonConvert.DeserializeObject<Inicial>(json);
Console.WriteLine(items.battery);
public IList<IList<string>> map { get; set; }
public Start start { get; set; }
public IList<string> commands { get; set; }
public string battery { get; set; }
public int X { get; set; }
public int Y { get; set; }
public string faccing { get; set; }