Is JSON transform action
Last updated
Was this helpful?
Last updated
Was this helpful?
You are working with an API and the return comes back as a JSON string instead of being a JSON object. You would like to verify that the string is valid JSON before attempting to convert it to JSON.
This transform will check whether or not a string provided via the 'String to Check' input is a valid JSON string.
String to Check
The string to validate.
This transform will output a boolean value (True/False) based on whether or not the string is a valid JSON string.
Return from Example 1:
Return from Example 2: