31 Mar
2012
31 Mar
'12
9:02 p.m.
On Fri, 2012-03-30 at 09:18 +0200, Gergely Nagy wrote:
Instead of parsing an array into key-value pairs where the key has a suffix of a dot, followed by the array index, make the key resemble the javascript array syntax: array[index].
This makes it more intuitive to reach into arrays, and also makes it easier to discover arrays when formatting back to JSON.
Signed-off-by: Gergely Nagy <algernon@balabit.hu> ---
Applied, thanks. NOTE: you might want to get rid off those g_string_printf() calls. Those are _slow_. -- Bazsi