Skip to content

OpenRoboticsCompany/ujson-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.3%
  • Makefile 1.9%
  • C++ 0.8%