function JSONError(message){this.message=message||"";this.name="JSONError"};JSONError.prototype=new Error;
