Tools
Data & queries
Format SOQL, generate typed Apex DTOs from a JSON sample, and clean up data shapes copied from logs or external APIs.
SOQL Formatter
Pretty-print SOQL: line-break before each clause, indent subqueries, optionally uppercase keywords.
SOQL → Apex String Literal
Wrap a SOQL query as a paste-ready Apex string literal: handles single-quote and backslash escaping for you.
JSON → Apex DTO Generator
Generate Apex inner classes from a JSON sample. Each nested object becomes its own class; array element types are inferred.