@@ -107,6 +107,10 @@ license you like.
107107 *
108108 * It is an internal header that must not be exposed.
109109 */
110+ namespace AlibabaCloud
111+ {
112+ namespace OSS
113+ {
110114
111115namespace Json {
112116static char getDecimalPoint () {
@@ -196,7 +200,8 @@ static inline void fixNumericLocaleInput(char* begin, char* end) {
196200}
197201
198202} // namespace Json {
199-
203+ }
204+ }
200205#endif // LIB_JSONCPP_JSON_TOOL_H_INCLUDED
201206
202207// //////////////////////////////////////////////////////////////////////
@@ -265,6 +270,10 @@ static inline void fixNumericLocaleInput(char* begin, char* end) {
265270#endif
266271
267272static size_t const stackLimit_g = JSONCPP_DEPRECATED_STACK_LIMIT; // see readValue()
273+ namespace AlibabaCloud
274+ {
275+ namespace OSS
276+ {
268277
269278namespace Json {
270279
@@ -2272,7 +2281,8 @@ JSONCPP_ISTREAM& operator>>(JSONCPP_ISTREAM& sin, Value& root) {
22722281}
22732282
22742283} // namespace Json
2275-
2284+ }
2285+ }
22762286// //////////////////////////////////////////////////////////////////////
22772287// End of content of file: src/lib_json/json_reader.cpp
22782288// //////////////////////////////////////////////////////////////////////
@@ -2292,6 +2302,10 @@ JSONCPP_ISTREAM& operator>>(JSONCPP_ISTREAM& sin, Value& root) {
22922302// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
22932303
22942304// included by json_value.cpp
2305+ namespace AlibabaCloud
2306+ {
2307+ namespace OSS
2308+ {
22952309
22962310namespace Json {
22972311
@@ -2453,7 +2467,8 @@ ValueIterator& ValueIterator::operator=(const SelfType& other) {
24532467}
24542468
24552469} // namespace Json
2456-
2470+ }
2471+ }
24572472// //////////////////////////////////////////////////////////////////////
24582473// End of content of file: src/lib_json/json_valueiterator.inl
24592474// //////////////////////////////////////////////////////////////////////
@@ -2489,6 +2504,10 @@ ValueIterator& ValueIterator::operator=(const SelfType& other) {
24892504#include < algorithm> // min()
24902505
24912506#define JSON_ASSERT_UNREACHABLE assert (false )
2507+ namespace AlibabaCloud
2508+ {
2509+ namespace OSS
2510+ {
24922511
24932512namespace Json {
24942513
@@ -2644,7 +2663,8 @@ static inline void releaseStringValue(char* value, unsigned) {
26442663#endif // JSONCPP_USING_SECURE_MEMORY
26452664
26462665} // namespace Json
2647-
2666+ }
2667+ }
26482668// //////////////////////////////////////////////////////////////////
26492669// //////////////////////////////////////////////////////////////////
26502670// //////////////////////////////////////////////////////////////////
@@ -2656,6 +2676,10 @@ static inline void releaseStringValue(char* value, unsigned) {
26562676
26572677#include " json_valueiterator.inl"
26582678#endif // if !defined(JSON_IS_AMALGAMATION)
2679+ namespace AlibabaCloud
2680+ {
2681+ namespace OSS
2682+ {
26592683
26602684namespace Json {
26612685#if JSON_USE_EXCEPTION
@@ -4139,7 +4163,8 @@ Value& Path::make(Value& root) const {
41394163}
41404164
41414165} // namespace Json
4142-
4166+ }
4167+ }
41434168// //////////////////////////////////////////////////////////////////////
41444169// End of content of file: src/lib_json/json_value.cpp
41454170// //////////////////////////////////////////////////////////////////////
@@ -4227,6 +4252,10 @@ Value& Path::make(Value& root) const {
42274252// Disable warning about strdup being deprecated.
42284253#pragma warning(disable : 4996)
42294254#endif
4255+ namespace AlibabaCloud
4256+ {
4257+ namespace OSS
4258+ {
42304259
42314260namespace Json {
42324261
@@ -5386,7 +5415,8 @@ JSONCPP_OSTREAM& operator<<(JSONCPP_OSTREAM& sout, Value const& root) {
53865415}
53875416
53885417} // namespace Json
5389-
5418+ }
5419+ }
53905420// //////////////////////////////////////////////////////////////////////
53915421// End of content of file: src/lib_json/json_writer.cpp
53925422// //////////////////////////////////////////////////////////////////////
0 commit comments