.. index:: 
  !Bioseal.buildVdsAsJson Method
  
.. _id3_bioseal_bioseal_build_vds_as_json_class_method:

===============================================================================
Bioseal.buildVdsAsJson Method
===============================================================================

Module: :ref:`Bioseal<id3_bioseal_bioseal_class>`

Definition
----------

Builds a representation of the VDS, in JSON format.


.. code:: Dart

    String buildVdsAsJson(String? indentation)

**Parameters**

.. line-block::

    ``indentation`` String
    :guilabel:`in` The indentation of the json string.


**Returns**

.. line-block::

    ``String``
    The result.

**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



