mirror of
https://github.com/ceph/ceph
synced 2025-01-08 20:21:33 +00:00
2677c72fde
This is lightweight and relies on boost spirit, which we already use, so there are no new dependencies. There were some other libraries that also looked good, but they weren't already packages for existing Debian distros like squeeze or even wheezy. Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
9 lines
200 B
C++
9 lines
200 B
C++
/* Copyright (c) 2007 John W Wilkinson
|
|
|
|
This source code can be used for any purpose as long as
|
|
this comment is retained. */
|
|
|
|
// json spirit version 2.00
|
|
|
|
#include "json_spirit_value.h"
|