Mercurial > pub > ImplabNet
diff Implab/JSON/JSONXmlReaderOptions.cs @ 63:908b4f340c69
fixed: JSONXmlReader.Value returns invalid textual representation for numbers.
author | cin |
---|---|
date | Mon, 23 Jun 2014 17:34:40 +0400 |
parents | 10c7337d29e7 |
children | a809805210d1 |
line wrap: on
line diff
--- a/Implab/JSON/JSONXmlReaderOptions.cs Sun Jun 22 04:14:02 2014 +0400 +++ b/Implab/JSON/JSONXmlReaderOptions.cs Mon Jun 23 17:34:40 2014 +0400 @@ -57,5 +57,13 @@ get; set; } + + /// <summary> + /// Флаг, означающий, что неужно освободить парсер по окончанию работы. + /// </summary> + public bool DisposeParser { + get; + set; + } } }