json4lua
json4lua copied to clipboard
Configurable pretty-printing
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.