fix: Move jsoncpp to common folder

This commit is contained in:
yuanyuanxiang
2025-06-28 18:30:05 +08:00
parent b738de0d5f
commit 1d2ac9d241
14 changed files with 0 additions and 0 deletions

15
compress/jsoncpp/json.h Normal file
View File

@@ -0,0 +1,15 @@
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
// Distributed under MIT license, or public domain if desired and
// recognized in your jurisdiction.
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
#ifndef JSON_JSON_H_INCLUDED
#define JSON_JSON_H_INCLUDED
#include "config.h"
#include "json_features.h"
#include "reader.h"
#include "value.h"
#include "writer.h"
#endif // JSON_JSON_H_INCLUDED