Paste a JSON array of objects and a table name, and the tool generates the matching SQL INSERT statements.
An array of objects, e.g. [{"id":1,"name":"Al"}]. A single object is wrapped into a one-row insert automatically.
Strings are single-quoted with embedded quotes doubled ('' ), numbers and booleans are written literally, null becomes NULL, and nested objects/arrays are stored as JSON strings.
Yes — set the table name field and the tool regenerates every INSERT statement instantly.