Skip to content

mendsley/tinyjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinyjson

Tiny (as in minimal) implementation of a JSON response parser. The parser itself is only dependent on:

  • <string.h> - memcpy
  • <stdlib.h> - atof

Also included is a C++ wrapper around the low level tinyjson_parse function

Contact

@MatthewEndsley
https://github.com/mendsley/tinyjson

License

Copyright 2011 Matthew Endsley

This project is governed by the BSD 2-clause license. For details see the file titled LICENSE in the project root folder.

About

Minimal JSON parsing library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published