On Fri, 24 May 2013, Martin B�hr wrote:
the main thing i am concerned about is to be able to convert arbitrary datastructures to json without throwing an error or needing an expensive walk through the datastructure to weed out bad values.
Yes, I see your point. However, I dont think that walk through is necessarily more expensive than calling some pike function for each element. Clearly, that depends on ratio of 'good' to 'bad' data, but I dont think having it would be a huge win, anyway.
arne