using Newtonsoft.Json; using System; using System.Collections.Generic; [Serializable] [JsonObject] public class Question { public string promptId; public Dictionary propositions; public double creationDate; }