/json-console

Console based on json-element

Primary LanguageTypeScript

edit-in-webcomponents.dev

JSON Console

  <custom-element .logs=${[
  {
    method: "error",
    args: [
      {
        array: [1, 2, 3],
        date: new Date(),
      }
    ]
  }]}></custom-element>

Created with webcomponents.dev