ak.parameters
-------------

Defined in `awkward.operations.describe <https://github.com/scikit-hep/awkward-1.0/blob/80bbef0738a6b7928333d7c705ee1b359991de5b/src/awkward/operations/describe.py>`__ on `line 214 <https://github.com/scikit-hep/awkward-1.0/blob/80bbef0738a6b7928333d7c705ee1b359991de5b/src/awkward/operations/describe.py#L214>`__.

.. py:function:: ak.parameters(array)

Extracts parameters from the outermost array node of ``array`` (many types
supported, including all Awkward Arrays and Records).

Parameters are a dict from str to JSON-like objects, usually strings.
Every :py:obj:`ak.layout.Content` node has a different set of parameters. Some
key names are special, such as ``"__record__"`` and ``"__array__"`` that name
particular records and arrays as capable of supporting special behaviors.

See :py:obj:`ak.Array` and :py:obj:`ak.behavior` for a more complete description of
behaviors.

