When the source is a JSON object, JSON.parse by default returns a Ruby Hash: ... a = []; b = []; a.push(b); b.push(a) # Raises JSON::NestingError (nesting ...
確定! 回上一頁