public class TextBlockDemo { public static void main(String[] args) { String jsonOutput = """ { "id": 101, "name": "Jane Doe", "role": "Engineer", "active": true } """; System.out.println(jsonOutput); } }