Check whether a text value is strict JSON and report its root type and size.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The text is parsed with JSON.parse; valid input reports its root type and serialized size, while parser errors expose the available message and location. No schema constraints are applied.
{"name": "Alice", "age": 30, "active": true}
Valid: yes Type: object Size: 3
API response checks, CI fixture gates, and configuration validation use strict syntax checks.