DescriptionExtensions Docs Server: Preserve JSON declaration order in extensions documentation
All JSON is now parsed using an OrderedDict, so the order of properties is preserved.
The order was also being messed up within the JSON Schema Compiler, because
lists were being converted to (unordered) dictionaries.
BUG=146649, 151867
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=168702
Patch Set 1 #Patch Set 2 : use OrderedDict for JSON parsing #
Total comments: 6
Patch Set 3 : Tests! #
Total comments: 6
Patch Set 4 : more efficient ordered_dict #
Total comments: 4
Patch Set 5 : fixes #
Total comments: 2
Patch Set 6 : remove parens #Patch Set 7 : fixes for simplejson #Patch Set 8 : updated with the new simplejson #
Messages
Total messages: 18 (0 generated)
|