--- a/src/cx/json.h Sun Dec 29 17:45:56 2024 +0100 +++ b/src/cx/json.h Sun Dec 29 18:03:21 2024 +0100 @@ -345,6 +345,13 @@ CxJsonValue *parsed; /** + * A pointer to an intermediate state of a currently parsed object member. + * + * Never access this value manually. + */ + CxJsonObjValue uncompleted_member; + + /** * State stack. */ CX_ARRAY_DECLARE_SIZED(int, states, unsigned);