Danial
Danial
dependabot/npm_and_yarn/semver-5.7.2
Ckbug
https://github.com/stormshadow07/HackTheWorld/issues/33#issue-1927157251
New run
New
run
require 'json' str = '{ "hoge": "fuga" }'.force_encoding('ASCII-8BIT') puts 'JSON' puts "Before: #{str.encoding}" puts JSON.parse(str) puts "After: #{str.encoding}" puts str = '{ "hoge": "fuga" }'.force_encoding('ASCII-8BIT') puts 'JSON::Ext::Parser' puts "Before: #{str.encoding}"...