Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
56 lines (41 loc) · 2.26 KB

JSONFormatBear.rst

File metadata and controls

56 lines (41 loc) · 2.26 KB

Raises issues for any deviations from the pretty-printed JSON.

  • JSON

Settings

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'.)

Demo

asciicast

Can Detect

  • Formatting

License

AGPL-3.0

Authors