toggle menu
ReactAndroid
next
JVM
switch theme
search in API
ReactAndroid
/
com.facebook.react.bridge
/
JSONArguments
JSONArguments
open
class
JSONArguments
Members
Constructors
JSONArguments
Link copied to clipboard
constructor
(
)
Functions
from
JSONArray
Link copied to clipboard
open
fun
fromJSONArray
(
arr
:
JSONArray
)
:
ReadableArray
Parse JSONArray to ReadableArray
from
JSONArray
String
Link copied to clipboard
open
fun
fromJSONArrayString
(
arrStr
:
String
)
:
ReadableArray
Parse String of JSON array to ReadableArray
from
JSONObject
Link copied to clipboard
open
fun
fromJSONObject
(
obj
:
JSONObject
)
:
ReadableMap
Parse JSONObject to ReadableMap
from
JSONObject
String
Link copied to clipboard
open
fun
fromJSONObjectString
(
objStr
:
String
)
:
ReadableMap
Parse String of JSON object to ReadableMap