OpenShot Library | libopenshot 0.3.3
Loading...
Searching...
No Matches
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
20namespace openshot {
21 const Json::Value stringToJson(const std::string value);
22}
23
24#endif
This namespace is the default namespace for all code in the openshot library.
Definition Compressor.h:29
const Json::Value stringToJson(const std::string value)
Definition Json.cpp:16