using System.Text.Json.Serialization;
namespace PoppingBottles;
public class Config {
[JsonInclude] public bool SomeSetting = true;
}