| 278 | } |
| 279 | |
| 280 | void jw_object_inline_begin_object(struct json_writer *jw, const char *key) |
| 281 | { |
| 282 | object_common(jw, key); |
| 283 | |
| 284 | jw_object_begin(jw, jw->pretty); |
| 285 | } |
| 286 | |
| 287 | void jw_object_inline_begin_array(struct json_writer *jw, const char *key) |
| 288 | { |