diff --git a/api.rst b/api.rst index 11ac6ae51..ea919b4be 100644 --- a/api.rst +++ b/api.rst @@ -162,7 +162,10 @@ Casting the columns is possible by suffixing them with the double colon ``::`` p {"full_name": "Jane Doe", "salary": "120000.00"} ] -You can specify a json path for a ``json`` or ``jsonb`` column using the arrow operators(``->`` or ``->>``) as per the `PostgreSQL docs `_. +JSON Columns +~~~~~~~~~~~~ + +You can specify a path for a ``json`` or ``jsonb`` column using the arrow operators(``->`` or ``->>``) as per the `PostgreSQL docs `_. .. code-block:: http