| 440 | } |
| 441 | |
| 442 | int hb_value_write_json(hb_value_t *value, const char *path) |
| 443 | { |
| 444 | return json_dump_file(value, path, JSON_INDENT(4) | JSON_SORT_KEYS); |
| 445 | } |
| 446 | |
| 447 | void hb_dict_free(hb_dict_t **_dict) |
| 448 | { |
no outgoing calls
no test coverage detected