inthefabric / RexConnect

Connect to Rexster/RexPro via TCP connection.
www.inthefabric.com
Other
10 stars 0 forks source link

Additional Config.Pretty modes #12

Open zachkinstner opened 11 years ago

zachkinstner commented 11 years ago

RexConnect's default JSON pretty-printing format uses lots of spacing. Maybe you don't need the extra readability, and instead just need indentation to see data structures more easily. The Config.Pretty command could offer additional "mode" values for other formats, such as mode=2 for "compact" format.

Investigate: what pretty JSON formats are the most standard/common?