Added JSON deserializer

This commit is contained in:
Matt Hill
2014-10-23 17:20:46 -04:00
parent 70ab96a639
commit f18a3b5c54
4 changed files with 84 additions and 3 deletions

View File

@@ -80,6 +80,7 @@ class AlprImpl
void setDefaultRegion(std::string region);
std::string toJson( const AlprResults results );
AlprResults fromJson(std::string json);
static std::string getVersion();
Config* config;