🌐
npm
npmjs.com › package › @uiw › react-json-view
@uiw/react-json-view - npm
January 20, 2026 - import React from 'react'; import JsonView from '@uiw/react-json-view'; export default function Demo() { return ( <JsonView value={{ url: new URL('https://example.com?t=12'), urlStr: "https://example.com", github: "https://example.com", }} style={{ '--w-rjv-background-color': '#ffffff', }} /> ) } Supports certain partial customizations such as: <Copied />, <CountInfo />, <CountInfoExtra />, <Ellipsis />, <KeyName />, <Row /> import React, { Fragment } from 'react'; import JsonView, { ValueQuote } from '@uiw/react-json-view'; const Copied = JsonView.Copied; export default function Demo() { retu
      » npm install @uiw/react-json-view
    
Published   Jan 20, 2026
Version   2.0.0-alpha.41
Author   Kenny Wang
🌐
React Split
uiwjs.github.io › react-json-view
react-json-view
A React component for displaying and editing javascript arrays and JSON objects.
🌐
GitHub
github.com › uiwjs › react-json-view › releases
Releases · uiwjs/react-json-view
A React component for displaying and editing javascript arrays and JSON objects. - uiwjs/react-json-view
Author   uiwjs
🌐
GitHub
github.com › uiwjs › react-json-view › issues
uiwjs/react-json-view
A React component for displaying and editing javascript arrays and JSON objects. - uiwjs/react-json-view
Author   uiwjs
🌐
CodeSandbox
codesandbox.io › examples › package › @uiw › react-json-view
@uiw/react-json-view examples - CodeSandbox
Use this online @uiw/react-json-view playground to view and fork @uiw/react-json-view example apps and templates on CodeSandbox.
🌐
DhiWise
dhiwise.com › post › mastering-data-visualization-with-react-json-viewer-components
Best Practices for Implementing a React JSON Viewer
September 5, 2024 - Creating a functional json component that utilizes React JSON Viewer is straightforward. Here’s an example of how to display JSON data: ... React JSON Viewer allows for extensive customization to fit the needs of your application.
Find elsewhere
🌐
CodeSandbox
codesandbox.io › s › react-json-view-4z348
react-json-view - CodeSandbox
August 16, 2020 - react-json-view by rhgrieve using @fortawesome/fontawesome-svg-core, @fortawesome/free-regular-svg-icons, @fortawesome/free-solid-svg-icons, @fortawesome/react-fontawesome, aphrodite, clipboard, prism-react-renderer, react, react-alert
Published   Aug 14, 2020
Author   rhgrieve
🌐
Deno
deno.com › npm › package › @uiw › react-json-view
Use the @uiw/react-json-view npm package in Deno
Deno supports npm. You can install @uiw/react-json-view with $ deno install npm:@uiw/react-json-view
🌐
CloudDefense.ai
clouddefense.ai › code › javascript › example › react-json-view
Top 10 Examples of react-json-view code in Javascript
Dive into secure and efficient coding practices with our curated list of the top 10 examples showcasing 'react-json-view' in functional components in JavaScript.
🌐
Bundlephobia
bundlephobia.com › package › @uiw › react-json-view
@uiw/react-json-view ❘ Bundlephobia
Find the size of javascript package @uiw/react-json-view. Bundlephobia helps you find the performance impact of npm packages.
🌐
npm
npmjs.com › package › react-json-view-lite
react-json-view-lite - npm
September 6, 2025 - react-json-view-lite is a tiny component for React allowing to render JSON as a tree. It focused on the balance between performance for large JSON inputs and functionality. It might not have all the rich features (suce as customization, copy, ...
      » npm install react-json-view-lite
    
Published   Sep 06, 2025
Version   2.5.0
Author   AnyRoad
🌐
npm
npmjs.com › package › react-json-view
react-json-view - npm
March 9, 2021 - Interactive react component for displaying javascript arrays and JSON objects.. Latest version: 1.21.3, last published: 5 years ago. Start using react-json-view in your project by running `npm i react-json-view`. There are 900 other projects ...
      » npm install react-json-view
    
Published   Mar 09, 2021
Version   1.21.3
Author   Mac Gainor
🌐
Medusa
docs.medusajs.com › documentation
JSON View - Admin Components - Medusa Documentation
To create a component that shows a JSON section in your customizations, create the file src/admin/components/json-view-section.tsx with the following content: ... 1import {2 ArrowUpRightOnBox,3 Check,4 SquareTwoStack,5 TriangleDownMini,6 XMarkMini,7} from "@medusajs/icons"8import {9 Badge,10 Container,11 Drawer,12 Heading,13 IconButton,14 Kbd,15} from "@medusajs/ui"16import Primitive from "@uiw/react-json-view"17import { CSSProperties, MouseEvent, Suspense, useState } from "react"18 19type JsonViewSectionProps = {20 data: object21 title?: string22}23 24export const JsonViewSection = ({ data }:
🌐
Npmpeer
npmpeer.dev › packages › @uiw › react-json-view › compatibility
@uiw/react-json-view versions and peer dependencies
Online Peer dependency version tool to search for compatible versions of related NPM packages