agaveplatform / agave-cli

Official command line client for the Agave Platform
https://agaveplatform.org
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Python JSON parser not stable #3

Open deardooley opened 6 years ago

deardooley commented 6 years ago

The Python json parser has several issues:

  1. Lack of python3 support.
  2. Broken for generic pretty printing.
  3. Deeply nested object queries are not serialized upon response as expected.
deardooley commented 6 years ago

Fixed in the latest develop branch.