We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ba79e commit dd95c68Copy full SHA for dd95c68
ext/rapidjson/cext.cc
@@ -49,6 +49,7 @@ Init_rapidjson(void)
49
rb_define_module_function(rb_mRapidjson, "dump", encode, 1);
50
51
rb_define_module_function(rb_mRapidjson, "parse", parse, 1);
52
+ rb_define_module_function(rb_mRapidjson, "load", parse, 1);
53
54
rb_eParseError = rb_define_class_under(rb_mRapidjson, "ParseError", rb_eStandardError);
55
rb_eEncodeError = rb_define_class_under(rb_mRapidjson, "EncodeError", rb_eStandardError);
0 commit comments