I just got started with jsoncpp in my game and I'm using it to store settings and to save the game and I've been able to write to a file, but I haven't been able to read a value from a json file
The std::cout << jasonData << std::endl; line works fine and it prints the contents of the file to the console, but std::cout << dateString << std::endl; does not print anything