Go to the documentation of this file.
26 #include "rust-bindings.h"
28 #define JB_SET_STRING(jb, key, val) jb_set_formatted((jb), "\"" key "\":\"" val "\"")
29 #define JB_SET_TRUE(jb, key) jb_set_formatted((jb), "\"" key "\":true")
30 #define JB_SET_FALSE(jb, key) jb_set_formatted((jb), "\"" key "\":false")