gradio/js/json
Gradio PR Bot b400706fb6
chore: update versions (#9970)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-27 18:10:49 -05:00
..
shared 5.0 dev -> main (#8843) 2024-10-08 22:17:17 -07:00
CHANGELOG.md chore: update versions (#9970) 2024-11-27 18:10:49 -05:00
Index.svelte 5.0 dev -> main (#8843) 2024-10-08 22:17:17 -07:00
JSON.stories.svelte Add height param to gr.JSON (#9023) 2024-08-13 09:49:34 +00:00
package.json chore: update versions (#9970) 2024-11-27 18:10:49 -05:00
README.md Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00

@gradio/json

<script>
	import { BaseJSON } from "@gradio/json";
</script>

BaseJSON

	export let value: any = {};