When stored in database back ends, the user-context will not contain line breaks
as shown above and would appear as follows:
-.. code-block::
+.. code-block:: text
{ "ISC": { "binding-variables": { "domain-name": "example.org", "opt-222": "01:02:03:04" } } }
the escape sequence ",". This is necessary to prevent interference with the lease file
parsing. The example output above would appear as follows in a memfile lease file:
-.. code-block::
+.. code-block:: text
{ "ISC": { "binding-variables": { "domain-name": "example.org", "opt-222": "01:02:03:04" } } }