json4lua icon indicating copy to clipboard operation
json4lua copied to clipboard

Configurable pretty-printing

Open joshkel opened this issue 9 years ago • 0 comments

Pretty-printing features can be enabled with new options parameter. Supported options are "pretty" (spaces after separators), "indent", and "sort_keys"; inspired by Python's json.dump options.

Update README and tests for new options. Fix a mistake in timetrials and improve its resolution.

joshkel avatar Apr 02 '15 03:04 joshkel