inspection
36 tools tagged "inspection".
CSS Variable Extractor
Extract every CSS custom property (--name: value;) from a stylesheet into a clean, deduplicated list.
Open toolJSON Analyzer
Get structural statistics for a JSON document: depth, key counts, type breakdown, and size.
Open toolJSON Editor
Edit JSON in a text panel with a live, color-coded structure view alongside.
Open toolJSON Key Extractor
List every unique object key found anywhere in a JSON document.
Open toolJSON Key & Value Finder
Search a JSON document for a substring across every key, every value, or both, with paths.
Open toolJSON Nesting Depth Finder
Find the maximum nesting depth of a JSON document and the exact path that reaches it.
Open toolJSON Structure Visualizer
Render a JSON document as a plain ASCII tree, with every value's type shown inline.
Open toolJSON Tokenizer
Break JSON text into its raw lexical tokens: braces, brackets, strings, numbers, and literals.
Open toolJSON Truncator
Cap a JSON document's nesting depth, array length, and string length, marking every cut.
Open toolJSON Value Extractor
List every leaf value found anywhere in a JSON document.
Open toolPalindrome Checker
Check whether text reads the same forwards and backwards.
Open toolNewline Counter
Count how many line breaks appear in text.
Open toolDuplicate Letter Finder
List the letters that repeat in a piece of text, with counts.
Open toolLine Counter
Count how many lines a block of text has.
Open toolString Length Counter
Count a string's characters, UTF-8 bytes, words, and lines.
Open toolText Complexity Calculator
Estimate a readability score and grade level from sentence and word length.
Open toolUnique Letter Finder
List the letters that occur exactly once in a piece of text.
Open toolXML Statistics Generator
See element, attribute, text, and comment counts, nesting depth, and a tag-frequency breakdown for any XML document.
Open toolXML Visualizer
See an XML document rendered as a color-coded, indented tree instead of raw markup.
Open toolXML Diff Checker
Structurally compare two XML documents and see exactly what was added, removed, or changed.
Open toolXML Nesting Depth Finder
See the maximum nesting depth of an XML document at a glance.
Open toolXML Filter
Keep only the elements whose tag name matches a search term, wherever they appear in the document.
Open toolXML Key Finder
Search every element tag name in a document for ones matching a query, including repeats.
Open toolXML Value Finder
Search every leaf text value in a document for ones matching a query, labeled with their element path.
Open toolXML Key Extractor
List every unique element tag name in a document, once each, in first-seen order.
Open toolXML Value Extractor
List every leaf text value in a document, labeled with its element path, in document order.
Open toolXML Comment Extractor
List the text of every XML comment in a document, in document order.
Open toolYAML Comment Extractor
Pull out every # comment in a YAML document, one per line.
Open toolYAML Key Extractor
List the full dot-path of every mapping key in a YAML document.
Open toolYAML Number Extractor
List every number-typed leaf value in a YAML document, one per line.
Open toolYAML Statistics
Get key counts, nesting depth, size, and a leaf-type breakdown for any YAML document.
Open toolYAML String Extractor
List every string-typed leaf value in a YAML document, one per line.
Open toolYAML Structure Visualizer
See a YAML document's nesting as a live, color-coded tree as you type.
Open toolYAML Value Extractor
List every leaf scalar value in a YAML document, one per line.
Open toolYAML Key Finder
Search a YAML document for mapping keys whose name matches a query.
Open toolYAML Value Finder
Search a YAML document's leaf values for ones matching a query, labeled by path.
Open tool