ext/oj/oj.h in oj-3.7.4 vs ext/oj/oj.h in oj-3.7.5
- old
+ new
@@ -67,10 +67,11 @@
typedef enum {
NLEsc = 'n',
JSONEsc = 'j',
XSSEsc = 'x',
ASCIIEsc = 'a',
- JXEsc = 'r', // json
+ JXEsc = 'g', // json gem
+ RailsXEsc = 'r', // rails xss mode
RailsEsc = 'R', // rails non escape
} Encoding;
typedef enum {
BigDec = 'b',