boolean static method

Json boolean(
  1. bool value
)

Implementation

static Json boolean(bool value) => JBoolean(value);