Save a ruby hash as a json file
I have found the following technique useful when debugging json structures generated from ruby hashes.
1 2 3 4 5 6 |
|
Save a ruby hash as a json file
I have found the following technique useful when debugging json structures generated from ruby hashes.
1 2 3 4 5 6 |
|