JSON manipulation with ChatGPT
Example conversations with ChatGPT about writing code to work with JSON
Paid subscribers are receiving these series of articles about my use of ChatGPT to generate much of the code I put into Chat That App.
Example 1
In this first example conversation you can see where I try a few different times before I get the correct angle on my wording to get the LLM to generate JSON formatted text from Python objects. Then after that yo…