ext/oj/oj.h in oj-2.5.5 vs ext/oj/oj.h in oj-2.6.0
- old
+ new
@@ -133,9 +133,10 @@
char mode; // Mode
char class_cache; // YesNo
char time_format; // TimeFormat
char bigdec_as_num; // YesNo
char bigdec_load; // BigLoad
+ char to_json; // YesNo
const char *create_id; // 0 or string
size_t create_id_len; // length of create_id
int sec_prec; // second precision when dumping time
char allow_gc; // allow GC during parse
DumpOpts dump_opts;