namespace Json { public enum JsonPropertyType { String = 1, Object = 2, Array = 3, Number = 4, Bool = 5, Null = 6, } }