Bug #77270 Use single quote for exporting query results to json file.
Submitted: 7 Jun 2015 15:17 Modified: 13 Jul 2015 11:29
Reporter: Doan Nguyen Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S5 (Performance)
Version:6.3.3 OS:MacOS (OS X 10.10.x Yosemite)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[7 Jun 2015 15:17] Doan Nguyen
Description:
I got an error when export a query result to json file. It used single quote for KEY and for value, it inserted \ before single quote.

Example:
{
		'id' : 82,
		'title' : "butterfly",
		'native_meaning' : "Like this \'"
	}

How to repeat:
1. Run a query, ex: select id, title from word
2. Click export/import
3. Type the file name to save
4. Choose json format
5. Save
6. Open the file to see results
[8 Jun 2015 8:54] MySQL Verification Team
Hello Doan Nguyen,

Thank you for the report.
Observed this with 6.3.3 on Win7.

Thanks,
Umesh
[13 Jul 2015 11:29] Marcin Szalowicz
This is a duplicate of bug #77335