empty static method

JsonValue empty()
override

create JsonValue Empty

Implementation

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