using System.Collections.Generic; namespace CPF.Windows.Json { /// /// Json Array /// public class JArray : List { } }