module JSON::TruffleRuby::Generator::GeneratorMethods::String::Extend Module that holds the extending methods if, the String module is included. Public Instance Methods json_create (o) Raw Strings are JSON Objects (the raw bytes are stored in an array for the key “raw”). The Ruby String can be created by this module method. toggle source # File lib/json/truffle_ruby/generator.rb, line 645 def json_create(o) o['raw'].pack('C*') end