34 Value vpretty = pop_value(vm);
37 json_object *j = fun_to_json(&
any);
38 int flags = pretty ? JSON_C_TO_STRING_PRETTY : JSON_C_TO_STRING_PLAIN;
39 const char *js = json_object_to_json_string_ext(j, flags);
46 Value vpretty = pop_value(vm);
push_value(vm, make_string("null"))
Tagged union representing a Fun value.
Value make_string(const char *s)
Construct a string Value by duplicating the given C string.