empty static method

JsonValueBoolean empty()
override

create JsonValueBoolean Empty

Implementation

static JsonValueBoolean empty() {
  return JsonValueBoolean({});
}