Ruby - File IO
What is wrong with this Ruby code?
require 'json'
hash = {name: "Eve", age: 28}
json_str = JSON.parse(hash)What is wrong with this Ruby code?
require 'json'
hash = {name: "Eve", age: 28}
json_str = JSON.parse(hash)15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions