`map(Child::toJson)`, with `Child` is the class of...
# getting-started
r
map(Child::toJson)
, with
Child
is the class of
children
(
val children = listOf<Child>
)