Task: Dependencies are exported as a JSON array

- The 'json.depends.array' setting controls whether dedendencies are encoded as
  a JSON array, or comma-separated string.
- The default value is on.
- Both forms are imported.
This commit is contained in:
Paul Beckingham 2015-07-28 21:54:29 -04:00
parent caab26247c
commit 0f4d3c1d60
6 changed files with 46 additions and 0 deletions

View file

@ -163,6 +163,7 @@ int CmdShow::execute (std::string& output)
" journal.time.start.annotation"
" journal.time.stop.annotation"
" json.array"
" json.depends.array"
" list.all.projects"
" list.all.tags"
" locking"