--- a/test/main.c Sat Jan 03 17:21:52 2026 +0100 +++ b/test/main.c Sat Jan 03 18:19:58 2026 +0100 @@ -144,6 +144,7 @@ cx_test_register(suite, testObjectToJsonSimple); cx_test_register(suite, testObjectToJsonChildObj); cx_test_register(suite, testObjectToJsonChildList); + cx_test_register(suite, testJsonToSimpleObject); cx_test_run_stdout(suite);