Installation

Install the core and React packages to get started.

Install packages

npm install @json-render/core @json-render/react

Peer Dependencies

json-render requires the following peer dependencies:

  • react ^19.0.0
  • zod ^4.0.0
npm install react zod

For AI Integration

To use json-render with AI models, you'll also need the Vercel AI SDK:

npm install ai