Zero-effort JSON reading/writing on Arduino platforms.
The COJSON library facilitates automated code generation from a JSON sample via web interface https://hutorny.in.ua/codegen/cojson.html
The library is a cross-platform, zero-allocation, zero-dependency, small footprint implementation of a pull-type JSON parser for JSON model defined in an application with C++ language features.
This library requires C11 enabled compiler (GCC 4.9 or higher). Please check platform.txt of your board for presence of -std=gnu11 among compilation flags.
For more information about this library please visit https://hutorny.in.ua/projects/cojson
Copyright © 2015-2018 Eugene Hutorny <[email protected]>
GPL v2.0
The COJSON Library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License v2 as published by the Free Software Foundation;
The COJSON Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with the µcuREST Library; if not, see https://www.gnu.org/licenses/gpl-2.0.html.