You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
I might not be using the plugin correctly, however, when I run a simple JavaScript query that returns a JSON file such as:
// sample server-side JavaScript that returns JSON
fn.doc('myFile.json')
the results are returned as a single text string on a single line. This makes large files difficult to read.
Perhaps the result of JSON files could be displayed in the in a similar way that the qconsole displays them, with a datatype on the right side and datatype formatting with newlines and indentation.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I might not be using the plugin correctly, however, when I run a simple JavaScript query that returns a JSON file such as:
the results are returned as a single text string on a single line. This makes large files difficult to read.
Perhaps the result of JSON files could be displayed in the in a similar way that the qconsole displays them, with a datatype on the right side and datatype formatting with newlines and indentation.
The text was updated successfully, but these errors were encountered: