* **Version**: v4–v10 * **Platform**: Windows 7 x64 * **Subsystem**: util ```js 'use strict'; console.log({ '\\n': '\\n' }); ``` ```console { '\n': '\\n' } ``` Is it OK that we escape values here, but do not escape keys?