Changes for version 1.24 - 2007-06-11

  • added informative section on JSON-as-YAML.
  • get rid of some c99-isms again.
  • localise dec->cur in decode_str, speeding up string decoding considerably (>15% on my amd64 + gcc).
  • increased SHORT_STRING_LEN to 16kb: stack space is usually plenty, and this actually saves memory when !shrinking as short strings will fit perfectly.

Modules

JSON serialising/deserialising, done correctly and fast

Examples