module JSON::TruffleRuby::Generator::GeneratorMethods::String

def to_json_raw(*args)

a call to to_json_raw_object of this String.
This method creates a JSON text from the result of
def to_json_raw(*args)
  to_json_raw_object.to_json(*args)
end