So much of modern programming is about string manipulation. Whether it’s parsing XML content, building HTML for the browser or trying to understand what the user just typed into that text entry field, ...
If you are building a simple dashboard or a form-based application, the traditional JSON API (REST or GraphQL) approach is ...