comparison OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 4925:8785d8442f90

skip json comments when loading config
author Alain Mazy <am@osimis.io>
date Thu, 24 Feb 2022 17:36:20 +0100
parents 43e613a7756b
children 47d734fa30f6 1b76853e1797
comparison
equal deleted inserted replaced
4924:b5994fb2a4d4 4925:8785d8442f90
298 } 298 }
299 299
300 void ToString(std::string& target) const; 300 void ToString(std::string& target) const;
301 301
302 void ToJson(Json::Value& target) const; 302 void ToJson(Json::Value& target) const;
303 }; 303
304 void ToJsonWithoutComments(Json::Value& target) const;
305 };
304 306
305 307
306 class OrthancConfiguration : public boost::noncopyable 308 class OrthancConfiguration : public boost::noncopyable
307 { 309 {
308 private: 310 private: