Packagevegas.strings.json
Classpublic class JSONStrings
InheritanceJSONStrings Inheritance Object

The string messages used in the JSON class.



Public Properties
 PropertyDefined 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
Property Detail
badArrayproperty
public static var badArray:String = Bad Array

The bad Array error message.

badKeyproperty 
public static var badKey:String = Bad key

The bad key error message.

badNumberproperty 
public static var badNumber:String = Bad Number

The bad Number error message.

badObjectproperty 
public static var badObject:String = Bad Object

The bad Object error message.

badStringproperty 
public static var badString:String = Bad String

The bad String error message.

malFormedHexadecimalproperty 
public static var malFormedHexadecimal:String = Mal formed Hexadecimal

The mal formed Hexadecimal error message.

syntaxErrorproperty 
public static var syntaxError:String = Syntax Error

The syntax error message.

unterminatedCommentproperty 
public static var unterminatedComment:String = Unterminated Comment

The unterminated comment error message.