1 luajson v1.0.1 Release Notes
2 ============================
6 Duplicate references are allowed if it does not cause circular references.
8 This allows something like the following to be valid, where it was not before:
13 Decoding this will not be handled in any special way, it will be encoded as:
17 Plans for next release
18 ----------------------
19 The 1.1 release will contain support for arbitrary configurations in the same
20 manner as the built-in configurations. It will also contain support for
21 a simple decoder where `null` and `undefined` values are mapped to nil,
22 rather than the more complicated round-trip capable constants.
27 Thomas Harning Jr (3):
29 updates utility to help construct lua rocks to provide stable output
31 adds support for non-circular duplicate object references
33 adds encoding test for circular/non-circular duplicate values
38 Thanks to Marcus Irven <marcus@marcusirven.com> for reporting
39 the issue with duplicate objects that aren't circular.