Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
specific functions as possible.
|
|
|
|
|
|
to avoid unexpected implicit casts, and to shut cppcheck up
|
|
|
|
|
|
|
|
|
|
parser/writer
|
|
|
|
|
|
|
|
|
|
Commmit 3565ad57 replaced jsoncpp with yajl, however there are some API
differences between YAJL 1.x and 2.x. This implementation adds support for
YAJL 2.0 (using version guards).
I've also added a call to yajl_free() in the destructor to clean up the handler.
|
|
|
|
|
|
|