Sign in
android
/
platform
/
external
/
ltp
/
7bc967bcf8cc523266902c0dd6967fe6e281fb26
/
.
/
include
/
ujson.h
blob: 8faeb18f0f3b5b33d6cbe430cc8cb1c3aa971ccc [
file
]
// SPDX-License-Identifier: LGPL-2.1-or-later
/*
* Copyright (C) 2021-2024 Cyril Hrubis <metan@ucw.cz>
*/
#ifndef
UJSON_H
#define
UJSON_H
#include
<ujson_common.h>
#include
<ujson_reader.h>
#include
<ujson_writer.h>
#endif
/* UJSON_H */