[waffle] [PATCH 04/12] core: add JSON library

Emil Velikov emil.l.velikov at gmail.com
Fri Jan 8 04:17:21 PST 2016


On 6 January 2016 at 21:56, Frank Henigman <fjhenigman at google.com> wrote:
> A small library for building JSON strings.
>
> Signed-off-by: Frank Henigman <fjhenigman at google.com>
> ---
>  src/waffle/CMakeLists.txt |   1 +
>  src/waffle/core/json.c    | 235 ++++++++++++++++++++++++++++++++++++++++++++++
>  src/waffle/core/json.h    |  93 ++++++++++++++++++
Is the library is copied/derived from another project or written from
scratch ? If the former should we move it to third_party/  ?

-Emil


More information about the waffle mailing list