toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-format-moshi
/
org.http4k.format
/
MoshiObject
Moshi
Object
data
class
MoshiObject
(
val
attributes
:
Map
<
String
,
MoshiNode
>
)
:
MoshiNode
Members
Members & Extensions
Constructors
Moshi
Object
Link copied to clipboard
constructor
(
attributes
:
Map
<
String
,
MoshiNode
>
)
Properties
attributes
Link copied to clipboard
val
attributes
:
Map
<
String
,
MoshiNode
>
Functions
as
A
Link copied to clipboard
fun
<
T
:
Any
>
MoshiNode
.
asA
(
target
:
KClass
<
T
>
)
:
T
as
Compact
Json
String
Link copied to clipboard
open
override
fun
MoshiNode
.
asCompactJsonString
(
)
:
String
as
Pretty
Json
String
Link copied to clipboard
open
override
fun
MoshiNode
.
asPrettyJsonString
(
)
:
String
unwrap
Link copied to clipboard
fun
MoshiNode
.
unwrap
(
)
:
Any
?