SimpleT Parse JSON into Key-Value Pairs
SimpleT Parse JSON into Key-Value Pairs lets you extract data from JSON strings and use it in Salesforce Flows. It converts complex JSON into simple key-value pairs that Flow can work with, so you do not need custom Apex code.
Setup
Use these guides before adding the JSON Parser to your Flows:
What this tool does
Primary functions
- JSON parsing – converts JSON strings into key-value pairs.
- Selective extraction – extracts only the JSON fields you need.
- Error handling – handles invalid or malformed JSON safely.
When to use this tool
- API responses – process JSON from HTTP callouts.
- Webhook data – parse incoming webhook payloads.
- Configuration files – read settings from JSON configuration.
- Form submissions – process JSON data from embedded forms.
Understanding JSON and key-value pairs
What is JSON?
JSON (JavaScript Object Notation) is a format for storing and exchanging data. Example: