Step: String to JSON
- Key:
string-to-json - Category: Utilities
- Description: Parse a string into a JSON object.
Inputs
- stringValue (long-text, required): String to parse
Outputs
- jsonObject (object): Parsed object
- success (boolean): Parse success
- error (text): Error message
Notes
- Validate or sanitize input before parsing untrusted strings.

