using System; namespace sharp.json { public enum JSONTypes { Null, True, False, Object, Array, String, Number } }