Skip to content

A C++ JSON library that uses a Java like API and the power and speed of cJSON for the parsing

License

Notifications You must be signed in to change notification settings

bitbytedog/cxxJSON

Repository files navigation

cxxJSON

Introduction

A C++ JSON parser based on the Java API for JSON processing and using the cJSON implementation for extremely fast JSON parsing. See README.cjson.

Regenerating the configuration scripts (developer only)

    autoreconf -vi

Building cxxJSON

    ./configure [--prefix=PREFIX]
    make

Installing cxxJSON

    make install

About

A C++ JSON library that uses a Java like API and the power and speed of cJSON for the parsing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published