u-json-docs
v0.0.11-beta.2
Published
Tool that helps you generate documentation from JSON Schema
Downloads
14
Readme
u-json-docs
Tool that helps you generate documentation from JSON Schema
Installation
This library is available as an npm package.
yarn add u-json-docsUsage
import { JsonSchemaParser } from 'u-json-docs';
<JsonParser schema={schema} title="My amazing schema" />;