SimpleT JSON Parser

The SimpleT JSON Parser feature allows users to parse and manipulate JSON data within Salesforce Flows or Apex code. It simplifies working with complex JSON structures by returning key-value pairs.

How to use the JSON Parser?

  • Pass the JSON String as input.
  • The response will be a list of key-value pairs.
Example of using the AI Assistant in Flow Builder.