VL
Size: a a a
VL
VL
VL
VL
KR
KR
KC
KC
irb(main):001:0> require 'json'
=> true
irb(main):002:0> JSON.parse({})
TypeError (no implicit conversion of Hash into String)
KC
VL
irb(main):001:0> require 'json'
=> true
irb(main):002:0> JSON.parse({})
TypeError (no implicit conversion of Hash into String)
KC
KC
json_decode() expects parameter 1 to be string, array given
VL
json_decode() expects parameter 1 to be string, array given
OR
JSON.parse({})
OR
OR
OR
OR
OR