diff Core/Toolbox.h @ 1424:fe384a9d3b51

OrthancPluginGetConfiguration
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Jun 2015 15:32:45 +0200
parents 704de8c30ff5
children 97268448bdfc
line wrap: on
line diff
--- a/Core/Toolbox.h	Fri Jun 26 14:44:10 2015 +0200
+++ b/Core/Toolbox.h	Fri Jun 26 15:32:45 2015 +0200
@@ -160,5 +160,8 @@
                               const std::vector<std::string>& arguments);
 
     bool IsInteger(const std::string& str);
+
+    void CopyJsonWithoutComments(Json::Value& target,
+                                 const Json::Value& source);
   }
 }