Module that holds the extending methods if, the String module is included.
String
# File vendor/bundle/ruby/3.4.0/gems/json-2.10.2/lib/json/truffle_ruby/generator.rb, line 645 def json_create(o) o['raw'].pack('C*') end
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.
JSON