Contribute!

Like Json Utils? Want to expand it? Fix bugs? Now Open Source and accepting pull-requests! The Sauce

    public class Employee
    {
        public string firstName { get; set; }
        public string lastName { get; set; }
    }

    public class Example
    {
        public IList<Employee> employees { get; set; }
    }