JSON Query Playground - Online jq‑style Filtering
Paste a JSON array and filter/transform it using a simple path expression. Extract nested values without code. Local.
UD5 Toolkit
Paste a JSON array and filter/transform it using a simple path expression. Extract nested values without code. Local.
Type text and convert each letter into vector SVG paths. Perfect for logos and animations. Canvas‑based.
Reverse the direction of an SVG path so that it draws from end to start. Useful for animation direction. Client‑side.
Paste SVG path data and remove unnecessary precision, normalize commands, and reduce size. Helpful for optimizing inline SVGs. Local tool.
Paste an SVG path and calculate its total length. Useful for stroke‑dasharray animations and drawing effects.
Paste an SVG path and convert all relative commands to absolute. Also smooth curves to lines. Local parser.
Paste an SVG file and extract all path data. Clean and copy individual d strings. For icon manipulation.
Enter a URL and trace the full redirect chain, seeing each hop's status code and location. Identify unnecessary redirects. Client-side fetch.
Convert a simple black and white image into an SVG path using edge detection. Extract vector outlines. Local canvas processing.