withNumber abstract method

Json withNumber(
  1. Function1<num, Json> f
)

Implementation

Json withNumber(Function1<num, Json> f);