# XWUIStreamingJson

Progressive JSON viewer. Host repairs/appends the string. Never innerHTML. Do not nest JsonViewer, InputJson, or CodeBlock.

## Basic Usage

Empty stream.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Empty stream.
```

## Partial

Incomplete object as text.

```example
file: examples/Partial.ts
html: examples/Partial.html
title: Partial
description: Incomplete object as text.
```

## Complete

Finished payload.

```example
file: examples/Complete.ts
html: examples/Complete.html
title: Complete
description: Finished payload.
```

## Unsafe

Tags stay text.

```example
file: examples/Unsafe.ts
html: examples/Unsafe.html
title: Unsafe
description: Tags stay text.
```

```api
```
