Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
432
char * hb_value_get_json(const hb_value_t *value)
433
{
434
return json_dumps(value, JSON_INDENT(4) | JSON_SORT_KEYS);
435
}
436
437
int hb_value_write_file_json(hb_value_t *value, FILE *file)
438
{
Callers
15
hb_presets_import_json
Function · 0.85
hb_presets_clean_json
Function · 0.85
hb_presets_builtin_get_json
Function · 0.85
hb_preset_search_json
Function · 0.85
hb_presets_get_default_json
Function · 0.85
hb_presets_read_file_json
Function · 0.85
hb_presets_get_json
Function · 0.85
hb_presets_package_json
Function · 0.85
hb_presets_json_package
Function · 0.85
hb_get_state_json
Function · 0.85
hb_title_to_json
Function · 0.85
hb_get_title_set_json
Function · 0.85
Calls
no outgoing calls
Tested by
5
RunQueueJob
Function · 0.68
PrintTitleSetInfo
Function · 0.68
show_progress_json
Function · 0.68
HandleEvents
Function · 0.68
ParseOptions
Function · 0.68