6 lines
215 B
XML
6 lines
215 B
XML
# Unfiltered export outputs all entries as NDJSON
|
|
$ pda set a@exp 1
|
|
$ pda set b@exp 2
|
|
$ pda export exp
|
|
{"key":"a","value":"1","encoding":"text","store":"exp"}
|
|
{"key":"b","value":"2","encoding":"text","store":"exp"}
|