gradio/js/json
Hannah 1e16f67ba2
Fix check icon in gr.JSON and gr.Code (#8949)
* fix check icon

* fix check in gr.Code

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2024-07-31 12:53:12 -07:00
..
shared Fix check icon in gr.JSON and gr.Code (#8949) 2024-07-31 12:53:12 -07:00
CHANGELOG.md chore: update versions (#8777) 2024-07-22 13:28:00 -07:00
Index.svelte Allow viewing JSON as list or dict with show_indices param (#8932) 2024-07-30 23:43:22 +00:00
JSON.stories.svelte Allow viewing JSON as list or dict with show_indices param (#8932) 2024-07-30 23:43:22 +00:00
package.json chore: update versions (#8777) 2024-07-22 13:28:00 -07: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 = {};