aaronkondziela / ujson-c

Implements microjson in C - see ujson.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ujson-c - microjson C library

This is a C library implementing the microjson protocol, a simple way to send both structured and unstructured data to and from microcontrollers. For more information on the microjson protocol, see the Open Robotics Company ujson git repository on GitHub, and http://ujson.org

Copyright & License

Copyright (c) 2016 Aaron Kondziela aaron@aaronkondziela.com

This file is part of ujson-c

ujson-c is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

ujson-c 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 Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

See LICENSE file.

Other Included Code

This repo contains the hexdump code from one of my other repos, licensed under the MIT license. See https://github.com/aaronkondziela/hexdump

About

Implements microjson in C - see ujson.org

License:GNU Affero General Public License v3.0


Languages

Language:C 97.3%Language:Makefile 1.9%Language:C++ 0.8%