Teach LLMs how to follow schemas like JSON.
LLMs often make stupid (and sometimes naive) JSON mistakes, such as mistaking JSON for Javascript (doesn't require double quotes for key names), missing characters like brackets, or bad escape strings.
Below is a simple prompt that attempts to lower the probability of those happening, and I think it's pretty cool.
## Tips and tricks