withObject abstract method

Json withObject(
  1. Function1<JsonObject, Json> f
)

Implementation

Json withObject(Function1<JsonObject, Json> f);