toJSON method

List<num> toJSON()

Implementation

List<num> toJSON() {
  throw('Not implimented in Vector type yet');
}