MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_value_get_json

Function hb_value_get_json

libhb/hb_dict.c:432–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432char * hb_value_get_json(const hb_value_t *value)
433{
434 return json_dumps(value, JSON_INDENT(4) | JSON_SORT_KEYS);
435}
436
437int hb_value_write_file_json(hb_value_t *value, FILE *file)
438{

Callers 15

hb_presets_import_jsonFunction · 0.85
hb_presets_clean_jsonFunction · 0.85
hb_preset_search_jsonFunction · 0.85
hb_presets_get_jsonFunction · 0.85
hb_presets_package_jsonFunction · 0.85
hb_presets_json_packageFunction · 0.85
hb_get_state_jsonFunction · 0.85
hb_title_to_jsonFunction · 0.85
hb_get_title_set_jsonFunction · 0.85

Calls

no outgoing calls

Tested by 5

RunQueueJobFunction · 0.68
PrintTitleSetInfoFunction · 0.68
show_progress_jsonFunction · 0.68
HandleEventsFunction · 0.68
ParseOptionsFunction · 0.68