Function
JSON_PRETTY
prettifies JSON content
SELECT 
    JSON_PRETTY(document_details) 
FROM students
Note:
MariaDB
does not include
JSON_PRETTY
function
by Valeri Tandilashvili
4 years ago
MySQL
JSON
Full MySQL Course for Beginners
2
Pro tip: use ```triple backticks around text``` to write in code fences