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