diff Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h @ 297:d386d2933022

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Feb 2021 11:04:08 +0100
parents e376158e2dbb
children fb7d62e3235e
line wrap: on
line diff
--- a/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h	Sat Jan 30 12:26:50 2021 +0100
+++ b/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h	Thu Feb 25 11:04:08 2021 +0100
@@ -483,6 +483,13 @@
                 const void* buffer,
                 size_t size);
 
+  bool ReadJsonWithoutComments(Json::Value& target,
+                               const std::string& source);  
+
+  bool ReadJsonWithoutComments(Json::Value& target,
+                               const void* buffer,
+                               size_t size);
+
   void WriteFastJson(std::string& target,
                      const Json::Value& source);