| Package | vegas.strings.json |
| Class | public class JSONStrings |
| Inheritance | JSONStrings Object |
| Property | Defined By | ||
|---|---|---|---|
| badArray : String = Bad Array [static]
The bad Array error message. | JSONStrings | ||
| badKey : String = Bad key [static]
The bad key error message. | JSONStrings | ||
| badNumber : String = Bad Number [static]
The bad Number error message. | JSONStrings | ||
| badObject : String = Bad Object [static]
The bad Object error message. | JSONStrings | ||
| badString : String = Bad String [static]
The bad String error message. | JSONStrings | ||
| malFormedHexadecimal : String = Mal formed Hexadecimal [static]
The mal formed Hexadecimal error message. | JSONStrings | ||
| syntaxError : String = Syntax Error [static]
The syntax error message. | JSONStrings | ||
| unterminatedComment : String = Unterminated Comment [static]
The unterminated comment error message. | JSONStrings | ||
| badArray | property |
public static var badArray:String = Bad ArrayThe bad Array error message.
| badKey | property |
public static var badKey:String = Bad keyThe bad key error message.
| badNumber | property |
public static var badNumber:String = Bad NumberThe bad Number error message.
| badObject | property |
public static var badObject:String = Bad ObjectThe bad Object error message.
| badString | property |
public static var badString:String = Bad StringThe bad String error message.
| malFormedHexadecimal | property |
public static var malFormedHexadecimal:String = Mal formed HexadecimalThe mal formed Hexadecimal error message.
| syntaxError | property |
public static var syntaxError:String = Syntax ErrorThe syntax error message.
| unterminatedComment | property |
public static var unterminatedComment:String = Unterminated CommentThe unterminated comment error message.