Searched refs:json_writer_start_object (Results 1 – 3 of 3) sorted by relevance
24 void json_writer_start_object(JSONWriter *, const char *name);
186 json_writer_start_object(writer, name); in to_json()
175 void json_writer_start_object(JSONWriter *writer, const char *name) in json_writer_start_object() function