Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarJson.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarJson.hpp')
-rw-r--r--source/core/StarJson.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/core/StarJson.hpp b/source/core/StarJson.hpp
index 8c256f4..19f390e 100644
--- a/source/core/StarJson.hpp
+++ b/source/core/StarJson.hpp
@@ -358,4 +358,7 @@ Json jsonMergeQueryDef(String const& key, Json def, Json const& first, T const&.
}
+template <> struct fmt::formatter<Star::Json> : ostream_formatter {};
+template <> struct fmt::formatter<Star::JsonObject> : ostream_formatter {};
+
#endif