withString abstract method

Json withString(
  1. Function1<String, Json> f
)

Implementation

Json withString(Function1<String, Json> f);