django-editorjs-fields
                                
                                 django-editorjs-fields copied to clipboard
                                
                                    django-editorjs-fields copied to clipboard
                            
                            
                            
                        Wrong types in saved JSON
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.