mapArray abstract method

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

Implementation

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