/casajson

A JSON library which is extracted from JSON part of the C++ REST SDK.

Primary LanguageC++Apache License 2.0Apache-2.0

Introduction

casajson is a C++ library that is extracted from JSON part of the C++ REST SDK (codename "Casablanca"). it can be used to utilize only JSON feature of C++ REST SDK without unnecessary features.

Using casajson

Build it and link statically with your project, casajson headers should be included as follow:

#include <casajson/casajson.h>

License

casajson is licensed under the Apache License, Version 2.0 (the "License") See the LICENSE_CPPRESTSDK.txt file for C++ REST SDK.