]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: Create JSON parser
authorcaleb miles <caselim@gmail.com>
Mon, 1 Oct 2012 16:39:20 +0000 (12:39 -0400)
committerYehuda Sadeh <yehuda@inktank.com>
Tue, 23 Oct 2012 17:42:50 +0000 (10:42 -0700)
commit1bafe7cdbd11a10446a6c1499da2be7be798f12d
treeba669113e3070bb4ec30a2bd866d65452fce8d0c
parent256bd62d215f03554aaa4e183624b33ca734337c
rgw: Create JSON parser

Create JSON object and parser classes similar to the XMLObj and
RGWXMLParser based on JSON Spirit.

Signed-off-by: caleb miles <caleb.miles@inktank.com>
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/Makefile.am
src/rgw/rgw_json.cc [new file with mode: 0644]
src/rgw/rgw_json.h [new file with mode: 0644]
src/rgw/rgw_rest.cc
src/rgw/rgw_rest.h