From c484829272cd13a738e35412498e12f2c9a194ac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:48:59 +0200 Subject: Adding upstream version 0.19.2. Signed-off-by: Daniel Baumann --- include/orcus/json_global.hpp | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 include/orcus/json_global.hpp (limited to 'include/orcus/json_global.hpp') diff --git a/include/orcus/json_global.hpp b/include/orcus/json_global.hpp new file mode 100644 index 0000000..8c3a6e7 --- /dev/null +++ b/include/orcus/json_global.hpp @@ -0,0 +1,30 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + +#ifndef INCLUDED_ORCUS_JSON_GLOBAL_HPP +#define INCLUDED_ORCUS_JSON_GLOBAL_HPP + +#include "orcus/env.hpp" + +#include + +namespace orcus { namespace json { + +/** + * Properly escape an input string appropriate for json output. + * + * @param input string value to escape. + * + * @return escaped string value. + */ +ORCUS_PSR_DLLPUBLIC std::string escape_string(const std::string& input); + +}} + +#endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3