ext/oj/oj.h in oj-1.0.4 vs ext/oj/oj.h in oj-1.0.5

- old
+ new

@@ -83,9 +83,10 @@ char encoding[64]; // encoding, stored in the option to avoid GC invalidation in default values int indent; // indention for dump, default 2 char circular; // YesNo char auto_define; // YesNo char sym_key; // YesNo + char ascii_only; // YesNo char mode; // Mode } *Options; extern VALUE oj_parse(char *json, Options options); extern char* oj_write_obj_to_str(VALUE obj, Options copts);