Files
jansson/test
Petri Lehtinen 7f3018a4fb Refactor json_pack()
* Implement a "scanner" that reads the format string, maintaining state

* Split json_vnpack() to three separate functions for packing objects,
  arrays and simple values. This makes it more clear what is being
  packed, and the object and array structures become more evident.

* Make the skipping of ignored character simpler, i.e. skip ':' and
  ',' independent of their context

This patch shaves around 80 lines of code from the original
implementation.
2011-01-24 21:26:23 +02:00
..
2011-01-22 13:43:14 +02:00
2011-01-22 13:43:14 +02:00
2011-01-24 21:26:23 +02:00
2010-01-21 21:48:31 +02:00