Skip to content

AeroTechLab/Simple-JSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple JSON

Standalone (single source file, no additional dependencies) library for manipulating JSON formatted data, including:

  • Reading JSON strings to data structures
  • Generating JSON strings from JSON data structures
  • Creating JSON data structure from scratch (initially empty)
  • Adding and deleting JSON fields/nodes
  • Reading and writing JSON field values

This project is intended for embedded systems, where there is no available version of more mature libraries like JSON-C and JsonCpp.

Documentation

Descriptions of how the functions and data structures work are available at the Doxygen-generated documentation pages.

About

Standalone JSON library for embedded systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published