1Code::TidyAll::Plugin::UJsSeOrN(C3o)ntributed Perl DocumCeondtea:t:iToindyAll::Plugin::JSON(3)
2
3
4
6 Code::TidyAll::Plugin::JSON - Use the JSON::MaybeXS module to tidy JSON
7 documents with tidyall
8
10 version 0.78
11
13 In configuration:
14
15 [JSON]
16 select = **/*.json
17 ascii = 1
18
20 Uses JSON::MaybeXS to format JSON files. Files are put into a canonical
21 format with the keys of objects sorted.
22
24 This plugin accepts the following configuration options:
25
26 ascii
27 Escape non-ASCII characters. The output file will be valid ASCII.
28
30 Bugs may be submitted at
31 <https://github.com/houseabsolute/perl-code-tidyall/issues>.
32
33 I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".
34
36 The source code repository for Code-TidyAll can be found at
37 <https://github.com/houseabsolute/perl-code-tidyall>.
38
40 · Jonathan Swartz <swartz@pobox.com>
41
42 · Dave Rolsky <autarch@urth.org>
43
45 This software is copyright (c) 2011 - 2020 by Jonathan Swartz.
46
47 This is free software; you can redistribute it and/or modify it under
48 the same terms as the Perl 5 programming language system itself.
49
50 The full text of the license can be found in the LICENSE file included
51 with this distribution.
52
53
54
55perl v5.32.0 2020-07-28 Code::TidyAll::Plugin::JSON(3)