February 14, 2023
Writing and reading JSON files in Ruby
Have you ever written a script in Ruby and suddenly realized that the data necessary for your script to run smoothly makes up for almost half of your code? Have you ever felt that your script looks cluttered, disorganized, and difficult to read and comprehend? Many of us certainly have.…