不會,JSON 格式化與正則測試全部在你瀏覽器本機執行。No; JSON formatting and regex testing run entirely in your browser.
支援 g/i/m/s/u 等標準 JavaScript 正則旗標。Supports standard JS flags like g, i, m, s, u.
免費。Free.
Two everyday developer tasks in one page: format and validate JSON, and test regular expressions against sample text with live highlighting. Everything runs in your browser, so even sensitive payloads stay on your machine.
Quickly spotting a misplaced comma in JSON or confirming a pattern before shipping saves real debugging time. Doing it locally means you can safely test data you would never paste into an unknown online service.
No — formatting and matching run entirely in your browser.
JavaScript's regular-expression engine, matching what runs in browsers and Node.js.
Yes — it can both pretty-print and compact JSON.