number static method

Json number(
  1. num value
)

Implementation

static Json number(num value) => value.isFinite ? JNumber(value) : Null;