jsonValue

fun jsonValue(@Nullable() value: Any): JsonWriter

Encodes the value which may be a string, number, boolean, null, map, or list.

Return

this writer.

See also

com.squareup.moshi.JsonReader

JsonReader#readJsonValue()