icubilla / jsonexserializer

Automatically exported from code.google.com/p/jsonexserializer
0 stars 0 forks source link

Serializing a .NET object sets boolean values to begin with a capital letter. #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an object (instance of a class in .net) with a boolean property 
2. Serializing returns a string with boolean property w/ Capital letter
e.g. 'True' instead of true or 'False' instead of false
3.

What is the expected output? What do you see instead?
I expect to see lower case boolean values so I can use in javascript

What version of the product are you using? On what operating system?
JsonExSerializer-2.1.0.127

Please provide any additional information below.

At work so can't do much else.

Original issue reported on code.google.com by mshaf...@gmail.com on 14 Jul 2008 at 6:01

GoogleCodeExporter commented 9 years ago

Original comment by elliott....@gmail.com on 14 Jul 2008 at 10:37

GoogleCodeExporter commented 9 years ago
Lowercased boolean values when serializing them.  Deserializer was already 
tolerant
enough to accept both "True" and "true".

Original comment by elliott....@gmail.com on 14 Jul 2008 at 10:51

GoogleCodeExporter commented 9 years ago

Original comment by elliott....@gmail.com on 18 Jul 2008 at 1:48

GoogleCodeExporter commented 9 years ago

Original comment by elliott....@gmail.com on 19 Jul 2008 at 4:22