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

Change json format to use a list #185

Open ericraymond opened 4 years ago

ericraymond commented 4 years ago

The json format has each step embedded in the last ... leading to deeply nested json.

Why not use a flat json array (list)?