In this weekly livestream series, Ted M. Young and I build an AI-powered role-playing game using React, Spring Boot, and Nullables. And, of course, plenty of discussion about design, architecture, and effective programming practices. Watch us live every Monday! For details, see the event page. For more episode recordings, see the episode archive. In this episode... We turn to parsing the response returned from the “say” API, which will be the OpenAI response to a message. To do that, we a...