public static enum JSONCoNumberBuilder.State
public static net.pwall.json.stream.JSONCoNumberBuilder.State MINUS_SEEN
public static net.pwall.json.stream.JSONCoNumberBuilder.State ZERO_SEEN
public static net.pwall.json.stream.JSONCoNumberBuilder.State INTEGER
public static net.pwall.json.stream.JSONCoNumberBuilder.State DOT_SEEN
public static net.pwall.json.stream.JSONCoNumberBuilder.State FRACTION
public static net.pwall.json.stream.JSONCoNumberBuilder.State E_SEEN
public static net.pwall.json.stream.JSONCoNumberBuilder.State E_SIGN_SEEN
public static net.pwall.json.stream.JSONCoNumberBuilder.State EXPONENT
public static net.pwall.json.stream.JSONCoNumberBuilder.State COMPLETE