Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.8
-
Fix Version/s: 3.8
-
Component/s: Libraries
-
Testing Instructions:
-
Affected Branches:MOODLE_38_STABLE
-
Fixed Branches:MOODLE_38_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-66288-master -
Pull Master Diff URL:
Description
I have came across this while working on MDL-9469.
When exporting large sets of data it's almost impossible to read the exported JSON content because the data is not formatted.
Discussing further with Andrew Nicols we thought about changing the dataformat JSON write_record() to use JSON_PRETTY_FORMAT so the exported content is easier to read.