arrI static method

Json arrI(
  1. IList<Json> values
)

Implementation

static Json arrI(IList<Json> values) => JArray(values);