Relative Content

Tag Archive for jsonruby

Parsing JSON without any conversions in Ruby

I am writing a Ruby script to migrate JSON files from one format to another. In this, I need to preserve the exact contents and formatting of all the values. Is there a JSON library in Ruby that will parse a file without any value validation or conversion, just leaving them as strings?