Home
last modified time | relevance | path

Searched refs:jsonString (Results 1 – 22 of 22) sorted by relevance

/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/
H A DDevLauncherErrorRegistry.kt36 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 DSwiftLint.ts54 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 DScopedFileSystemModule.kt25 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 DScopedFileSystemModule.kt25 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 DManifestMetadata.kt28 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 DRemoteUpdate.kt18 fun fromJSONString(jsonString: String): UpdateDirective { in fromJSONString()
19 val json = JSONObject(jsonString) in fromJSONString()
/expo/packages/expo-structured-headers/ios/Tests/scripts/
H A Dgenerate-tests.js28 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 DBackgroundRemoteNotificationTaskConsumer.java115 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 DBackgroundRemoteNotificationTaskConsumer.java115 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 DBackgroundRemoteNotificationTaskConsumer.java115 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 DBackgroundRemoteNotificationTaskConsumer.java115 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 DExponentSharedPreferences.kt105 val jsonString = in getExperienceMetadata() constant
109 JSONObject(jsonString) in getExperienceMetadata()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTUtils.m110 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 DABI49_0_0RCTUtils.h21 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 DABI48_0_0RCTUtils.m110 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 DABI48_0_0RCTUtils.h21 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 DABI47_0_0RCTUtils.m110 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 DABI47_0_0RCTUtils.h21 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 DExponentManifest.kt166 val jsonString = IOUtils.toString(inputStream) in getEmbeddedKernelManifest() constant
167 val manifest = JSONObject(jsonString) in getEmbeddedKernelManifest()
/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/
H A DGoogleMapsView.swift175 mapView.mapStyle = try GMSMapStyle(jsonString: jsonStyleString) in setMapStyle()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsView.swift175 mapView.mapStyle = try GMSMapStyle(jsonString: jsonStyleString) in setMapStyle()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsView.swift175 mapView.mapStyle = try GMSMapStyle(jsonString: jsonStyleString) in setMapStyle()