davidferguson / pibakery

The blocks based, easy to use setup tool for Raspberry Pi
http://www.PiBakery.org
GNU General Public License v3.0
1.48k stars 146 forks source link

Feature Request: Pretty print JSON images.json #146

Closed gauntface closed 6 years ago

gauntface commented 6 years ago

When PiBakery runs, it reads and writes data to and from images.json.

Would you be open to taking a PR to format the json a little instead of a single line?

Just simple change to JSON.stringify(data, null, 2) instead of JSON.stringify(data).

davidferguson commented 6 years ago

PiBakery is actually in the process of being completly re-written (which is why I've been slow to accept PR and answer issues), with release due to be in the next few days/this week. This update will have this feature.

I'll leave this open until the new version is available.

davidferguson commented 6 years ago

I'll leave this open until the new version is available.

Now released.