icubilla / jsonexserializer

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

Json Serializer string not validating with boolean field. #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The JsonExSerializer is converting boolean DataType to value type 
as 'True' with capital T. While Validating the Json it gives the error.
Can u please suggest a way to make the 'True' to 'true' in the serializer 
only.

Original issue reported on code.google.com by supadhy...@gmail.com on 17 Jul 2008 at 2:18

GoogleCodeExporter commented 9 years ago
This is a duplicate of Issue 18.  I should be releasing a fix shortly.  In the
meantime I would suggest doing a Replace("True", "true") on the output assuming 
you
don't have True/False in any string data.

Original comment by elliott....@gmail.com on 17 Jul 2008 at 2:56

GoogleCodeExporter commented 9 years ago

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