Add missing re-export for JSONObject. (#1182)

This commit is contained in:
PIG208
2022-10-06 03:43:05 -04:00
committed by GitHub
parent 3a2f806282
commit 05dc579748

View File

@@ -2,6 +2,7 @@ from .comparison import Cast as Cast
from .comparison import Coalesce as Coalesce
from .comparison import Collate as Collate
from .comparison import Greatest as Greatest
from .comparison import JSONObject as JSONObject
from .comparison import Least as Least
from .comparison import NullIf as NullIf
from .datetime import Extract as Extract