Background and motivation System.Text.Json.Nodes.JsonArray is a List<T>-like type that represents an array of JSON values; it has Remove (JsonNode) and RemoveAt (int index) methods that let you remove ...