@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Renders any JSON-serialisable value (or a JSON string) as an interactive tree with collapsible objects and arrays, syntax highlighting, and a one-click copy-to-clipboard button.

    Accepts a live object/array or a raw JSON string — both work:

    <ui-json-view [value]="myObject" />
    <ui-json-view [value]="'{ \"key\": 42 }'" />
    Index

    Constructors

    Properties

    Constructors

    Properties

    ariaLabel: InputSignal<string> = ...

    Accessible label for the viewer.

    value: InputSignal<unknown> = ...

    The value to display — any JSON-serialisable type or a JSON string.