Installation
Install the core and React packages to get started.
Install packages
npm install @json-render/core @json-render/reactOr with other package managers:
# pnpm
pnpm add @json-render/core @json-render/react
# yarn
yarn add @json-render/core @json-render/react
# bun
bun add @json-render/core @json-render/reactPeer Dependencies
json-render requires the following peer dependencies:
react^19.0.0zod^3.0.0
npm install react zodFor AI Integration
To use json-render with AI models, you'll also need the Vercel AI SDK:
npm install ai