phpgt/Database

Work with JsonObjects

Open

#380 opened on Feb 27, 2026

 (1 comment) (0 reactions) (0 assignees)PHP (3 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (4 stars)
PR merge metrics
 (PR metrics pending)

Description

Following on from #377 I would like to be able to pass GT/JsonObject instances into the database without having to cast them or call json_encode.

JsonObject already has a toString method, so this might already work, but it's untested so we need to get the unit tests in there anyway.

Contributor guide