my_gradio / js /json /README.md
xray918's picture
Upload folder using huggingface_hub
0ad74ed verified
# `@gradio/json`
```html
<script>
import { BaseJSON } from "@gradio/json";
</script>
```
BaseJSON
```html
export let value: any = {};
```