ogcli/cli/objects
Jose M. Guisado 565e798ef9 Print json instead of python dict in responses
r.json() decodes the responses json and passes it to json.loads() which
will convert the content into a python dictionary.

Print the literal JSON text so that output can be further manipulated by
other tools like jq.
2021-03-18 15:40:35 +01:00
..
__init__.py Rename files to remove 'og' prefix 2020-06-30 12:51:51 +02:00
client.py Print json instead of python dict in responses 2021-03-18 15:40:35 +01:00
modes.py Print json instead of python dict in responses 2021-03-18 15:40:35 +01:00
scopes.py Print json instead of python dict in responses 2021-03-18 15:40:35 +01:00