inspection

36 tools tagged "inspection".

CSS Variable Extractor

Extract every CSS custom property (--name: value;) from a stylesheet into a clean, deduplicated list.

Open tool

JSON Analyzer

Get structural statistics for a JSON document: depth, key counts, type breakdown, and size.

Open tool

JSON Editor

Edit JSON in a text panel with a live, color-coded structure view alongside.

Open tool

JSON Key Extractor

List every unique object key found anywhere in a JSON document.

Open tool

JSON Key & Value Finder

Search a JSON document for a substring across every key, every value, or both, with paths.

Open tool

JSON Nesting Depth Finder

Find the maximum nesting depth of a JSON document and the exact path that reaches it.

Open tool

JSON Structure Visualizer

Render a JSON document as a plain ASCII tree, with every value's type shown inline.

Open tool

JSON Tokenizer

Break JSON text into its raw lexical tokens: braces, brackets, strings, numbers, and literals.

Open tool

JSON Truncator

Cap a JSON document's nesting depth, array length, and string length, marking every cut.

Open tool

JSON Value Extractor

List every leaf value found anywhere in a JSON document.

Open tool

Palindrome Checker

Check whether text reads the same forwards and backwards.

Open tool

Newline Counter

Count how many line breaks appear in text.

Open tool

Duplicate Letter Finder

List the letters that repeat in a piece of text, with counts.

Open tool

Line Counter

Count how many lines a block of text has.

Open tool

String Length Counter

Count a string's characters, UTF-8 bytes, words, and lines.

Open tool

Text Complexity Calculator

Estimate a readability score and grade level from sentence and word length.

Open tool

Unique Letter Finder

List the letters that occur exactly once in a piece of text.

Open tool

XML Statistics Generator

See element, attribute, text, and comment counts, nesting depth, and a tag-frequency breakdown for any XML document.

Open tool

XML Visualizer

See an XML document rendered as a color-coded, indented tree instead of raw markup.

Open tool

XML Diff Checker

Structurally compare two XML documents and see exactly what was added, removed, or changed.

Open tool

XML Nesting Depth Finder

See the maximum nesting depth of an XML document at a glance.

Open tool

XML Filter

Keep only the elements whose tag name matches a search term, wherever they appear in the document.

Open tool

XML Key Finder

Search every element tag name in a document for ones matching a query, including repeats.

Open tool

XML Value Finder

Search every leaf text value in a document for ones matching a query, labeled with their element path.

Open tool

XML Key Extractor

List every unique element tag name in a document, once each, in first-seen order.

Open tool

XML Value Extractor

List every leaf text value in a document, labeled with its element path, in document order.

Open tool

XML Comment Extractor

List the text of every XML comment in a document, in document order.

Open tool

YAML Comment Extractor

Pull out every # comment in a YAML document, one per line.

Open tool

YAML Key Extractor

List the full dot-path of every mapping key in a YAML document.

Open tool

YAML Number Extractor

List every number-typed leaf value in a YAML document, one per line.

Open tool

YAML Statistics

Get key counts, nesting depth, size, and a leaf-type breakdown for any YAML document.

Open tool

YAML String Extractor

List every string-typed leaf value in a YAML document, one per line.

Open tool

YAML Structure Visualizer

See a YAML document's nesting as a live, color-coded tree as you type.

Open tool

YAML Value Extractor

List every leaf scalar value in a YAML document, one per line.

Open tool

YAML Key Finder

Search a YAML document for mapping keys whose name matches a query.

Open tool

YAML Value Finder

Search a YAML document's leaf values for ones matching a query, labeled by path.

Open tool