comparison OrthancFramework/Sources/WebServiceParameters.h @ 4392:3af1d763763a

confining Json::Reader and Json::*Writer into Toolbox
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Dec 2020 18:09:47 +0100
parents b30a8de92ad9
children d9473bd5ed43
comparison
equal deleted inserted replaced
4391:0c4ff5609548 4392:3af1d763763a
29 #endif 29 #endif
30 30
31 #include <map> 31 #include <map>
32 #include <set> 32 #include <set>
33 #include <string> 33 #include <string>
34 #include <json/json.h> 34 #include <json/value.h>
35 35
36 namespace Orthanc 36 namespace Orthanc
37 { 37 {
38 class ORTHANC_PUBLIC WebServiceParameters 38 class ORTHANC_PUBLIC WebServiceParameters
39 { 39 {