Syntax: JSON Serialize in SQL. • ID: #151 Code SELECT JSON_OBJECT('id', 6, 'ok', TRUE) AS json; Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →