在Ruby中解析JSON字符串我想在Ruby中解析一个字符串:string = '{"desc":{"someKey":"someValue","anotherKey":"value"},"main_item":{"stats":{"a":8,"b":12,"c":10}}}'有一种提取数据的简单方法吗?
3 回答
函数式编程
TA贡献1807条经验 获得超9个赞
json_string
require 'json'JSON.parse(json_string)
- 3 回答
- 0 关注
- 614 浏览
添加回答
举报
0/150
提交
取消