777.

Generating Relevant Random JSON with Chrome AI

www.raymondcamden.com/2025/12/07/generating-relevant-random-json-with-chrome-ai

The author explored using Chrome’s on-device AI to generate random JSON objects based on a given name and JSON shape. They built a demo where users input a name and JSON structure, and the AI generates a random JSON object with sensible data. The author encountered challenges with the AI’s output format and used a library to generate JSON schemas from sample data, ultimately achieving near-perfect results.