isPathExists doesn't append .json on path
neonhomer opened this issue · 2 comments
neonhomer commented
I noticed when trying to use isPathExists
, it requires adding the .json
to the path name unlike the set
and get
methods. I'm assuming that's on purpose but it doesn't seem consistent with the other methods.
Maybe that should be clarified in the README?
ranyitz commented
Thanks @neonhomer !
I've change it in the README, let me know if it's clear enough now. d53c9e2
neonhomer commented
Perfect! Thanks!