Raises issues for any deviations from the pretty-printed JSON.
- JSON
Setting | Meaning |
---|---|
escape_unicode |
Whether or not to escape unicode values using ASCII. (Optional, defaults to 'True'.) |
indent_size |
Number of spaces per indentation level. (Optional, defaults to '4'.) |
json_sort |
Whether or not keys should be sorted. (Optional, defaults to 'False'.) |
- Formatting
AGPL-3.0
- The coala developers ([email protected])