Control: tags -1 upstream

Re: Yangfl
> Source: pgpool2
> Severity: wishlist
> 
> As libjsonparser-dev is now available, please consider linking against
> system library instead of bundled json.c.

Hi,

I don't think it's that simple:

src/utils/json.c:

/********* pgpool extension:********/

/*
 * pgpool extension:
 * search node with key from json object
 */
json_value *
json_get_value_for_key(json_value * source, const char *key)

... and a few more extra functions.

Christoph

Reply via email to