mysql json extract escape

JavaScript
SELECT JSON_EXTRACT('{"user.name": "Aztalan"}', '$."user.name"');
Source

Also in JavaScript: