TextBox1.Text = jsonNode("Feature").Item("Id").ToString 「System.InvalidOperationException: 'The node must be of type 'JsonObject'.'」
TextBox1.Text = jsonNode("Property").ToString TextBox1.Text = jsonNode("Station").ToString 「System.NullReferenceException: 'Object reference not set to an instance of an object.'System.Text.Json.Nodes.JsonNode.this[string].get が Nothing を返しました。」
という具合です。
JSONファイルの内容自体は、Visual Studio Code上で、 特に構文的間違いは出てきません。