withArray abstract method

Json withArray(
  1. Function1<IList<Json>, Json> f
)

Implementation

Json withArray(Function1<IList<Json>, Json> f);