34 Value vpretty = pop_value(vm);
46 json_object *j = fun_to_json(&
any);
47 int flags = pretty ? JSON_C_TO_STRING_PRETTY : JSON_C_TO_STRING_PLAIN;
48 int rc = json_object_to_file_ext(
path, j, flags);
54 Value vpretty = pop_value(vm);
Tagged union representing a Fun value.
push_value(vm, make_int(0))
char * value_to_string_alloc(const Value *v)
Allocate a printable C string for a Value.
Value make_int(int64_t v)
Construct a Value representing a 64-bit integer.