I have created a new DB with one single table, that table includes a String property. The database manager frontend in the Godot editor now allows me to enter a " as part of the value for this String property. However, when I then try to load that DB from the Json file via the GDScript manager class, then this fails.
Maybe the data frontend in the editor should not allow to enter " characters as part of a String?