: With "option 3" you get : [ {"":1}, {"":2}, {"":3}, {" 1":4} ] : : With "modified option 3", not using objects if the name is null, we get : [ 1, 2, {"":3}, {" 1":4} ]
The thing that scares me about all of this, is that it becomes very hard to tell the difference between a named list and "a list of values and maps" ... i abhor information loss, but I guess I (and my incredibly complex RequestHandlers) aren't really the target usage of JSON. -Hoss