Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Fabric
Internal
Editor
ThirdParty
xcodeapi
JsonElement
C# Class Fabric.Internal.Editor.ThirdParty.xcodeapi.JsonElement
Show file
Open project: darkwind666/BeaverAndFairies
Public Methods
Method
Description
AsArray
( ) :
JsonElementArray
AsBoolean
( ) :
bool
AsDict
( ) :
JsonElementDict
AsInteger
( ) :
int
AsString
( ) :
string
this
(
string
key
) :
JsonElement
Protected Methods
Method
Description
JsonElement
( ) :
System
Method Details
AsArray()
public
method
public
AsArray
( ) :
JsonElementArray
return
JsonElementArray
AsBoolean()
public
method
public
AsBoolean
( ) :
bool
return
bool
AsDict()
public
method
public
AsDict
( ) :
JsonElementDict
return
JsonElementDict
AsInteger()
public
method
public
AsInteger
( ) :
int
return
int
AsString()
public
method
public
AsString
( ) :
string
return
string
JsonElement()
protected
method
protected
JsonElement
( ) :
System
return
System
this()
public
method
public
this
(
string
key
) :
JsonElement
key
string
return
JsonElement