phpgt/Database

Work with JsonObjects

Offen

#380 geöffnet am 27.02.2026

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)PHP (3 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (4 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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