Serializing System.Object arguments
description
I had trouble serializing System.Object s that were passed to my logging function. Received an error message along the lines of "Token ... in state Start would result in an invalid JavaScript object." Anyway I changed [Start, Value] in the stateArray matrix from State.Error to State.Property and everything is A OK on my end. I do not know the ramifications of my edit, suffice to say that it enables me to serialize simple dotnet objects.