| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/ |
| H A D | DevLauncherErrorRegistry.kt | 36 val jsonString = Gson().toJson(errorInstance) in storeException() constant 40 .putString(ERROR_REGISTRY_SHARED_PREFERENCES_KEY, jsonString) in storeException() 45 val jsonString = sharedPreferences.getString(ERROR_REGISTRY_SHARED_PREFERENCES_KEY, null) in consumeException() constant 49 return Gson().fromJson(jsonString, DevLauncherErrorInstance::class.java) in consumeException()
|
| /expo/tools/src/linting/ |
| H A D | SwiftLint.ts | 54 function parseLintResultsFromJSONString(jsonString: string): LintViolation[] { 56 const json = JSON.parse(jsonString); 68 console.error('Unable to parse as JSON:', jsonString);
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/ |
| H A D | ScopedFileSystemModule.kt | 25 val jsonString = IOUtils.toString(it) in getBundledAssets() constant 26 val manifest = JSONObject(jsonString) in getBundledAssets()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/ |
| H A D | ScopedFileSystemModule.kt | 25 val jsonString = IOUtils.toString(it) in getBundledAssets() constant 26 val manifest = JSONObject(jsonString) in getBundledAssets()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/manifest/ |
| H A D | ManifestMetadata.kt | 28 val jsonString = database.jsonDataDao()!! in <lambda>() constant 30 if (jsonString != null) JSONObject(jsonString) else null in <lambda>()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/ |
| H A D | RemoteUpdate.kt | 18 fun fromJSONString(jsonString: String): UpdateDirective { in fromJSONString() 19 val json = JSONObject(jsonString) in fromJSONString()
|
| /expo/packages/expo-structured-headers/ios/Tests/scripts/ |
| H A D | generate-tests.js | 28 const jsonString = fs.readFileSync(path.join(testFixturesDir, fileName), 'utf8'); constant 29 const json = JSON.parse(jsonString);
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/background/ |
| H A D | BackgroundRemoteNotificationTaskConsumer.java | 115 private static Bundle jsonStringToBundle(String jsonString) { in jsonStringToBundle() argument 118 JSONObject jsonObject = new JSONObject(jsonString); in jsonStringToBundle()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/background/ |
| H A D | BackgroundRemoteNotificationTaskConsumer.java | 115 private static Bundle jsonStringToBundle(String jsonString) { in jsonStringToBundle() argument 118 JSONObject jsonObject = new JSONObject(jsonString); in jsonStringToBundle()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/background/ |
| H A D | BackgroundRemoteNotificationTaskConsumer.java | 115 private static Bundle jsonStringToBundle(String jsonString) { in jsonStringToBundle() argument 118 JSONObject jsonObject = new JSONObject(jsonString); in jsonStringToBundle()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/background/ |
| H A D | BackgroundRemoteNotificationTaskConsumer.java | 115 private static Bundle jsonStringToBundle(String jsonString) { in jsonStringToBundle() argument 118 JSONObject jsonObject = new JSONObject(jsonString); in jsonStringToBundle()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/storage/ |
| H A D | ExponentSharedPreferences.kt | 105 val jsonString = in getExperienceMetadata() constant 109 JSONObject(jsonString) in getExperienceMetadata()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/ |
| H A D | ABI49_0_0RCTUtils.m | 110 if (jsonString) { 113 NSInteger length = jsonString.length; 115 unichar c = [jsonString characterAtIndex:i]; 119 … return ((id(*)(id, SEL, int, NSError **))objc_msgSend)(jsonString, selector, options, error); 128 NSData *jsonData = [jsonString dataUsingEncoding:NSUTF8StringEncoding]; 130 jsonData = [jsonString dataUsingEncoding:NSUTF8StringEncoding allowLossyConversion:YES]; 135 jsonString); 155 id __nullable ABI49_0_0RCTJSONParse(NSString *__nullable jsonString, NSError **error) 157 return _ABI49_0_0RCTJSONParse(jsonString, NO, error); 160 id __nullable ABI49_0_0RCTJSONParseMutable(NSString *__nullable jsonString, NSError **error) [all …]
|
| H A D | ABI49_0_0RCTUtils.h | 21 ABI49_0_0RCT_EXTERN id __nullable ABI49_0_0RCTJSONParse(NSString *__nullable jsonString, NSError **… 22 ABI49_0_0RCT_EXTERN id __nullable ABI49_0_0RCTJSONParseMutable(NSString *__nullable jsonString, NSE…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/ |
| H A D | ABI48_0_0RCTUtils.m | 110 if (jsonString) { 113 NSInteger length = jsonString.length; 115 unichar c = [jsonString characterAtIndex:i]; 119 … return ((id(*)(id, SEL, int, NSError **))objc_msgSend)(jsonString, selector, options, error); 128 NSData *jsonData = [jsonString dataUsingEncoding:NSUTF8StringEncoding]; 130 jsonData = [jsonString dataUsingEncoding:NSUTF8StringEncoding allowLossyConversion:YES]; 135 jsonString); 155 id __nullable ABI48_0_0RCTJSONParse(NSString *__nullable jsonString, NSError **error) 157 return _ABI48_0_0RCTJSONParse(jsonString, NO, error); 160 id __nullable ABI48_0_0RCTJSONParseMutable(NSString *__nullable jsonString, NSError **error) [all …]
|
| H A D | ABI48_0_0RCTUtils.h | 21 ABI48_0_0RCT_EXTERN id __nullable ABI48_0_0RCTJSONParse(NSString *__nullable jsonString, NSError **… 22 ABI48_0_0RCT_EXTERN id __nullable ABI48_0_0RCTJSONParseMutable(NSString *__nullable jsonString, NSE…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/ |
| H A D | ABI47_0_0RCTUtils.m | 110 if (jsonString) { 113 NSInteger length = jsonString.length; 115 unichar c = [jsonString characterAtIndex:i]; 119 … return ((id(*)(id, SEL, int, NSError **))objc_msgSend)(jsonString, selector, options, error); 128 NSData *jsonData = [jsonString dataUsingEncoding:NSUTF8StringEncoding]; 130 jsonData = [jsonString dataUsingEncoding:NSUTF8StringEncoding allowLossyConversion:YES]; 135 jsonString); 155 id __nullable ABI47_0_0RCTJSONParse(NSString *__nullable jsonString, NSError **error) 157 return _ABI47_0_0RCTJSONParse(jsonString, NO, error); 160 id __nullable ABI47_0_0RCTJSONParseMutable(NSString *__nullable jsonString, NSError **error) [all …]
|
| H A D | ABI47_0_0RCTUtils.h | 21 ABI47_0_0RCT_EXTERN id __nullable ABI47_0_0RCTJSONParse(NSString *__nullable jsonString, NSError **… 22 ABI47_0_0RCT_EXTERN id __nullable ABI47_0_0RCTJSONParseMutable(NSString *__nullable jsonString, NSE…
|
| /expo/android/expoview/src/main/java/host/exp/exponent/ |
| H A D | ExponentManifest.kt | 166 val jsonString = IOUtils.toString(inputStream) in getEmbeddedKernelManifest() constant 167 val manifest = JSONObject(jsonString) in getEmbeddedKernelManifest()
|
| /expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsView.swift | 175 mapView.mapStyle = try GMSMapStyle(jsonString: jsonStyleString) in setMapStyle()
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsView.swift | 175 mapView.mapStyle = try GMSMapStyle(jsonString: jsonStyleString) in setMapStyle()
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsView.swift | 175 mapView.mapStyle = try GMSMapStyle(jsonString: jsonStyleString) in setMapStyle()
|