OpenShot Library | libopenshot
0.3.3
Json.h
Go to the documentation of this file.
1
9
// Copyright (c) 2008-2019 OpenShot Studios, LLC
10
//
11
// SPDX-License-Identifier: LGPL-3.0-or-later
12
13
#ifndef OPENSHOT_JSON_H
14
#define OPENSHOT_JSON_H
15
16
#include <string>
17
#include "json/json.h"
18
19
20
namespace
openshot
{
21
const
Json::Value
stringToJson
(
const
std::string value);
22
}
23
24
#endif
openshot::stringToJson
const Json::Value stringToJson(const std::string value)
Definition:
Json.cpp:16
openshot
This namespace is the default namespace for all code in the openshot library.
Definition:
Compressor.h:28
Generated by
1.8.17