using System; namespace CPF.Mac.Foundation { [Flags] public enum NSJsonWritingOptions : ulong { PrettyPrinted = 0x1 } }