8#ifndef IOVDbSvc_IOVDbJsonStringFunctions_h
9#define IOVDbSvc_IOVDbJsonStringFunctions_h
13#include "CoralBase/AttributeList.h"
14#include "CoralBase/AttributeListSpecification.h"
15#include "CoralBase/Attribute.h"
std::string jsonAttributeList(const coral::AttributeList &atrlist)
Produce a representation of a coral::AttributeList as a json string.
static const std::string s_delimiterJson
json standard delimiter ', '
std::string jsonAttribute(const coral::Attribute &attr)
Produce a representation of a coral::Attribute as a json string.
static const std::string s_closeJson
json close tag, '}'
static const std::string s_openJson
json open tag, '{'