File tree 5 files changed +17
-4
lines changed
cget/pkg/pqrs-org__cpp-json/install/include/pqrs
5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- // pqrs::json v1.3
3
+ // pqrs::json v1.4
4
4
5
5
// (C) Copyright Takayama Fumihiko 2019.
6
6
// Distributed under the Boost Software License, Version 1.0.
7
- // (See http ://www.boost.org/LICENSE_1_0.txt)
7
+ // (See https ://www.boost.org/LICENSE_1_0.txt)
8
8
9
+ #include " json/formatter.hpp"
9
10
#include " json/marshal_error.hpp"
10
11
#include " json/unmarshal_error.hpp"
11
12
#include < nlohmann/json.hpp>
Original file line number Diff line number Diff line change
1
+ #pragma once
2
+
3
+ // (C) Copyright Takayama Fumihiko 2024.
4
+ // Distributed under the Boost Software License, Version 1.0.
5
+ // (See https://www.boost.org/LICENSE_1_0.txt)
6
+
7
+ #include < nlohmann/json.hpp>
8
+
9
+ namespace nlohmann {
10
+ inline auto format_as (const json& value) { return value.dump (); }
11
+ } // namespace nlohmann
Original file line number Diff line number Diff line change 2
2
3
3
// (C) Copyright Takayama Fumihiko 2019.
4
4
// Distributed under the Boost Software License, Version 1.0.
5
- // (See http ://www.boost.org/LICENSE_1_0.txt)
5
+ // (See https ://www.boost.org/LICENSE_1_0.txt)
6
6
7
7
#include < stdexcept>
8
8
Original file line number Diff line number Diff line change 2
2
3
3
// (C) Copyright Takayama Fumihiko 2019.
4
4
// Distributed under the Boost Software License, Version 1.0.
5
- // (See http ://www.boost.org/LICENSE_1_0.txt)
5
+ // (See https ://www.boost.org/LICENSE_1_0.txt)
6
6
7
7
#include < stdexcept>
8
8
Original file line number Diff line number Diff line change
1
+ ../../../cget/pkg/pqrs-org__cpp-json/install/include/pqrs/json/formatter.hpp
You can’t perform that action at this time.
0 commit comments