Very interesting! I'm working on an API for submitting certain kind of data, and have made several jbang+picocli scripts for testing, validating and inspecting the data and API behavior. Your article shows an additional value, the scripts are (with some small extra effort) also agent-friendly!
A small comment about the code example, with Java records and Jackson, you don't have to use object builder and put, you just serialize the record.
Very interesting! I'm working on an API for submitting certain kind of data, and have made several jbang+picocli scripts for testing, validating and inspecting the data and API behavior. Your article shows an additional value, the scripts are (with some small extra effort) also agent-friendly!
A small comment about the code example, with Java records and Jackson, you don't have to use object builder and put, you just serialize the record.
Yep. Old mind didn't comprehend that 🤣 anyway, thanks for the feedback and the addition.