标签: ruby-on-rails json
继承人填写代码:
w = JSON.pretty_generate(JSON.parse(@post.json) @str = render_to_string(:json => w)
@post.json是一个有效JSON的字符串。我想将漂亮版本保存在字符串中,以便我可以在带有html的视图中显示它。
@post.json