String to JSON
Convert plain strings to JSON format
Transform regular strings into properly formatted JSON objects. Handles escaped strings, quoted text, and various string formats. Perfect for converting string data from APIs or databases into structured JSON you can work with.