URL to JSON

See the API →

Installation

yarn add @compai/url-to-json
# npm install --save @compai/url-to-json

Usage

import { toJSON } from '@compai/url-to-json'

toJSON('https://components.ai').then(console.log)