As suggested in pull request plugs#54, we should have metadata saved with white spaces (e.g. as printed by JSON.stringify(json,0,2)). That would make reviews and maintenance a lot easier. Part of the point of JSON is that it's easily readable by Humans as well.
As suggested in pull request plugs#54, we should have metadata saved with white spaces (e.g. as printed by
JSON.stringify(json,0,2)
). That would make reviews and maintenance a lot easier. Part of the point of JSON is that it's easily readable by Humans as well.