1 luajson v1.1 Release Notes
2 ==========================
6 A new default configuration "simple" is available that does not use
7 `json.util.null` and `json.util.undefined` to represent their associated
10 There is also a change in the decoding of arrays with nulls to avoid
13 Plans for next release
14 ----------------------
15 No plans yet for what a future release might contain.
20 Thomas Harning Jr (9):
24 learns how to handle arbitrary sets of defaults (now + simple)
25 adds support for nil return values
26 fixes bug where function call returns nothing => error
27 adds support for 'simple' decoding to map null and undefined => nil
28 removes special casing of null values in an array
29 adds support for caching new arbitrary configs
31 tests added for simple/default decoders stand-alone, in arrays, in objects