/* BSD-2-Clause license * * Copyright (c) 2018-2023 NST , sss . * */ #pragma once int64_t json_option_extract_int64(struct json_object_element_s *json_option); bool json_option_extract_bool(struct json_object_element_s *json_option); /* if out buffer is 0, caller must free memory */ char *json_option_extract_string( struct json_object_element_s *json_option, char *out);