Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 614 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 614 Bytes

PicoJSON - a C++ JSON parser / serializer

Copyright © 2009-2010 Cybozu Labs, Inc. Copyright © 2011-2014 Kazuho Oku Copyright © 2014 Marc Helbling

Licensed under 2-clause BSD license

Version

Based on kahuzo/picojson 1.1.2-dev (commit: 2120a6c21)

Why this fork?

This fork intends to deliver picojson in its smallest form i.e. without tests. It also makes some minor changes (such as removing static variables) to make it more stable for use in a production environment.

For an up-to-date version, see https://github.com/kazuho/picojson.