Azure / PyRIT

The Python Risk Identification Tool for generative AI (PyRIT) is an open access automation framework to empower security professionals and machine learning engineers to proactively find risks in their generative AI systems.
MIT License
1.91k stars 367 forks source link

FEAT string to JSON converter #454

Open jbolor21 opened 1 month ago

jbolor21 commented 1 month ago

Describe the solution you'd like

Add a converter using json.dumps() to make the string json formatted

romanlutz commented 1 month ago

Can you elaborate? What if the string isn't JSON?