mapArray method

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

Implementation

@override
Json mapArray(Function1<IList<Json>, IList<Json>> f) => this;