1 Feb
2011
1 Feb
'11
2:10 a.m.
From: Matthew Hall <mhall@mhcomputing.net> Date: Mon, 31 Jan 2011 18:00:01 -0800 Subject: [PATCH] adding JSON support to 3.2 (if allowable) Hello Balint, Gergely, Bazsi, and list, Here I present my backport of tfjson support to 3.2 for consideration of inclusion if this is allowd for that branch. Regards, Matthew Hall. Matthew Hall (1): tfjson: $(format_json) template function implementation. configure.in | 27 ++++- modules/Makefile.am | 3 +- modules/tfjson/Makefile.am | 11 ++ modules/tfjson/tfjson.c | 305 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 344 insertions(+), 2 deletions(-) create mode 100644 modules/tfjson/Makefile.am create mode 100644 modules/tfjson/tfjson.c