kommon
Toggle table of contents
0.0.0-SNAPSHOT
release
Target filter
release
Switch theme
Search in API
Skip to content
kommon
parsing
/
io.github.maniramezan.kommon.parsing
/
JsonEncodedStringArrayParser
/
parseOrPassthrough
parse
Or
Passthrough
fun
parseOrPassthrough
(
value
:
String
?
,
joinWith
:
String
=
""
)
:
String
Parses
value
as a JSON string array and joins it with
joinWith
; passes through as-is otherwise.