Intermediate
Unstructured to JSON
Convert a paragraph of unstructured data into a valid JSON object.
📝 Prompt-Inhalt
Convert the following text into a valid JSON object: 'The product name is SuperWidget, it costs 19.99, the SKU is SW-001, and it is currently in stock.' Use keys: name, price, sku, in_stock.