using System; namespace LitJson { internal enum Condition { InArray, InObject, NotAProperty, Property, Value } }