Bug #79673 Json ecported by MySQL Workbench are invalid
Submitted: 16 Dec 2015 16:06 Modified: 21 Jan 2017 20:16
Reporter: Massimo Cassandro Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S2 (Serious)
Version:6.3.4 OS:MacOS (unknown)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[16 Dec 2015 16:06] Massimo Cassandro
Description:
----[For better reports, please attach the log file after submitting. You can find it in /Users/max4/Library/Application Support/MySQL/Workbench/log/wb.log]

The JSON exported by the insert editor in the WB Modeler is invalid

[ 
{
'id' : 4,
'key' : "um_utente",
'val' : "0",
'note' : "Utente ultima modifica",
'tipo' : "number",
'edit_level' : NULL
}
]

How to repeat:
Create a table with some records and export as JSON
[17 Dec 2015 5:53] MySQL Verification Team
Hello Massimo Cassandro,

Thank you for the report.
Verified as described with WB 6.3.6  on Win7.

Thanks,
Umesh
[21 Jan 2017 20:16] Christine Cole
Posted by developer:
 
Fixed as of the upcoming MySQL Workbench 6.3.9 release, and here's the changelog entry:

Data exported from the Inserts tab of a table in an EER Diagram generated
invalid JSON syntax.

Thank you for the bug report.