From: Sebastian Harl Date: Fri, 31 Oct 2014 17:48:34 +0000 (+0100) Subject: store: Added a generic JSON formatter. X-Git-Tag: sysdb-0.6.0~45 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=7e192f00497c9837856530d2ca5559ec86715502;hp=7e192f00497c9837856530d2ca5559ec86715502 store: Added a generic JSON formatter. It works by consuming single objects of any type (host, service, metric, attribute) at a time and appending their JSON serialization to a string buffer. The current position in the object tree is recorded in an internal state. A helper function is provided on top of the base formatter which allows to handle an full object at a time. ---