File: json_plugin.rst

package info (click to toggle)
eyed3 0.9.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,380 kB
  • sloc: python: 13,282; makefile: 411; sh: 69
file content (26 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
JSON Plugin
===============

.. {{{cog
.. cog.out(cog_pluginHelp("json"))
.. }}}

*Outputs all tags as JSON.*

Names
-----
json 

Description
-----------


Options
-------
.. code-block:: text

    -c, --compact  Output in compact form, wound new lines or indentation.
    -s, --sort     Output JSON in sorted by key.


.. {{{end}}}