Some types are saved with capital first letter. For example: ```"type": "Header"``` instead of ```"type": "header"``` This is a problem when trying to use such JSON in EditorJS that is not initialized from this library. I would like to get a fully compatible JSON format.