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

def json_create(o)

module method.
array for the key "raw"). The Ruby String can be created by this
Raw Strings are JSON Objects (the raw bytes are stored in an
def json_create(o)
  o['raw'].pack('C*')
end