File indexing completed on 2025-01-05 04:01:15

0001 /*
0002  * SPDX-FileCopyrightText: 2019-2023 Mattia Basaglia <dev@dragon.best>
0003  *
0004  * SPDX-License-Identifier: GPL-3.0-or-later
0005  */
0006 
0007 #pragma once
0008 
0009 #include <QCborMap>
0010 #include <QCborArray>
0011 
0012 namespace glaxnimate::io::lottie {
0013 
0014 
0015 QByteArray cbor_write_json(const QCborMap& obj, bool compact);
0016 
0017 } // namespace glaxnimate::io::lottie