Description from extension meta
Simple tool to quickly format JSON or concatenate values for SQL/SOQL 'IN' operator used in a WHERE clause.
Image from store
Description from store
## Features
### 1. JSON Formatting
- Detects if the input is JSON (starts with a `{` character). Must be valid JSON!
- Formats JSON using 4 spaces for indentation.
### 2. SQL/SOQL IN Clause Formatting
- Takes a list of values, one per line, and formats them as follows:
```
('value1','value2','value3')
```
### 3. Action Feedback
- Buttons change their text to confirm actions.
- Button labels reset after 1 second.
### 4. Clipboard Integration
- Quickly copies the formatted output to the clipboard.
Latest reviews
- (2025-02-17) Zachary Sexton: It is are to explain how useful this is if you are not a Salesforce Admin who needs to query a specific set of records. But if you know you know. Nice work on this App. It has made my selective 'pinned' extension list.
- (2025-02-03) Dan Doverspike: Simple and effective. Instead of building the same spreadsheet to format a where clause again and again, or squinting at your JSON to figure out structures, I just throw it into here.