How I used jsonb for a scraper-backed Rails API
Scraped school data changes from page to page. I used PostgreSQL jsonb in a Rails API so the app could store uneven school details without constant schema changes, while keeping the response format simple for the frontend.
