scribble
scribble copied to clipboard
Add newline to json and fix dereferencing error in read()
This PR fixes issues #26 and #28.
It's super small, adding a newline with a one line change to fix #26.
In another it changes a function call to no longer "reference" a variable that is already a pointer. This fixes #28.