getSJ function
Phone Number JSON data for SJ
Implementation
Map<String, Object?> getSJ() {
return {
"generalDesc": {
"nationalNumberPattern": "0\\d{4}|(?:[489]\\d|79)\\d{6}",
"possibleLength": [5, 8]
},
"fixedLine": {
"nationalNumberPattern": "79\\d{6}",
"exampleNumber": "79123456",
"possibleLength": [8],
"possibleLengthLocalOnly": [-1]
},
"mobile": {
"nationalNumberPattern": "(?:4[015-8]|9\\d)\\d{6}",
"exampleNumber": "41234567",
"possibleLength": [8],
"possibleLengthLocalOnly": [-1]
},
"tollFree": {
"nationalNumberPattern": "80[01]\\d{5}",
"exampleNumber": "80012345",
"possibleLength": [8],
"possibleLengthLocalOnly": [-1]
},
"premiumRate": {
"nationalNumberPattern": "82[09]\\d{5}",
"exampleNumber": "82012345",
"possibleLength": [8],
"possibleLengthLocalOnly": [-1]
},
"sharedCost": {
"nationalNumberPattern": "810(?:0[0-6]|[2-8]\\d)\\d{3}",
"exampleNumber": "81021234",
"possibleLength": [8],
"possibleLengthLocalOnly": [-1]
},
"personalNumber": {
"nationalNumberPattern": "880\\d{5}",
"exampleNumber": "88012345",
"possibleLength": [8],
"possibleLengthLocalOnly": [-1]
},
"voip": {
"nationalNumberPattern": "85[0-5]\\d{5}",
"exampleNumber": "85012345",
"possibleLength": [8],
"possibleLengthLocalOnly": [-1]
},
"id": "SJ",
"countryCode": 47,
"internationalPrefix": "00",
"sameMobileAndFixedLinePattern": false,
"pager": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mainCountryForCode": false,
"leadingDigits": "79",
"noInternationalDialling": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"uan": {
"nationalNumberPattern":
"(?:0[235-9]|81(?:0(?:0[7-9]|1\\d)|5\\d\\d))\\d{3}",
"exampleNumber": "02000",
"possibleLength": [5, 8],
"possibleLengthLocalOnly": [-1]
},
"emergency": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"voicemail": {
"nationalNumberPattern": "81[23]\\d{5}",
"exampleNumber": "81212345",
"possibleLength": [8],
"possibleLengthLocalOnly": [-1]
},
"shortCode": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"standardRate": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"carrierSpecific": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mobileNumberPortableRegion": false,
"smsServices": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
}
};
}