SimpleJSON
SimpleJSON copied to clipboard
Fixing missing inline from non-template functions
As issue #4 points out, json.hpp can not be included from multiple files. Adding inline in front of non-template functions fix this issue without having to introduce a separate .cpp file.