6095: arv-copy preserves order of copied JSON.
authorBrett Smith <brett@curoverse.com>
Fri, 22 May 2015 21:10:37 +0000 (17:10 -0400)
committerBrett Smith <brett@curoverse.com>
Tue, 26 May 2015 00:32:01 +0000 (20:32 -0400)
commit79564b0ac7d03327cc351bbd6df544ab1f776380
treecfbf6dda811dc409784ce729d33576efb87a7de7
parent0f125dd51c7dc13047672dee5362866f31885e0a
6095: arv-copy preserves order of copied JSON.

This means arv-copy no longer loses the order of pipeline template
components, which makes for a nicer presentation in Workbench.

Other Python clients that would like to preserve the order of JSON
responses can use OrderedJsonModel the same way.
sdk/python/arvados/api.py
sdk/python/arvados/commands/arv_copy.py
sdk/python/tests/test_api.py