Luanti
5.15.0-dev
Loading...
Searching...
No Matches
convert_json.h
Go to the documentation of this file.
1
// Luanti
2
// SPDX-License-Identifier: LGPL-2.1-or-later
3
// Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
4
5
#pragma once
6
7
#include <ostream>
8
9
namespace
Json
{
class
Value; }
10
11
void
fastWriteJson
(
const
Json::Value &value, std::ostream &to);
12
13
std::string
fastWriteJson
(
const
Json::Value &value);
fastWriteJson
void fastWriteJson(const Json::Value &value, std::ostream &to)
Definition
convert_json.cpp:13
Json
Definition
convert_json.h:9
convert_json.h
Generated on Fri Jan 2 2026 04:32:21 for Luanti by
1.11.0