in aidial_assistant/json_stream/json_object.py [0:0]
def value(self) -> dict[str, Any]: return {k: v.value() for k, v in self._object.items()}