Export format not really a JSON
-
The settings export generates a JSON file but it’s actually embedding a serialized version of the settings. That’s not very useful to manipulate in other tools.
"a:107:{s:16:\"dashboard_status\";s:6:\"enable\";s:11...
The export should be a pure JSON with settings readable directly:
{"dashboard_status":"enable","top_bg_type":"static-background-image","...
- The topic ‘Export format not really a JSON’ is closed to new replies.