|
|
|
|
|
by cyode
915 days ago
|
|
For me, json and yaml formatting and analysis. ChatGPT is pretty decent at the following real work tasks I used to use less robust tooling for: - pretty print and indent “json-like” string (ex. Python object str) from a log, or json with typos (extra commas, wrong quotes, imbalanced brackets…) with a summary of errors at the end. - verbal description (numerically listed) of the changes between two commits of a yaml file, esp when order has changed making git diff hard to read. |
|