Mercurial > pub > ImplabNet
diff Implab/Formats/JSON/JSONXmlReaderOptions.cs @ 180:c32688129f14 ref20160224
refactoring complete, JSONParser rewritten
author | cin |
---|---|
date | Thu, 24 Mar 2016 02:30:46 +0300 |
parents | 419aa51b04fd |
children | 8d5de4eb9c2c |
line wrap: on
line diff
--- a/Implab/Formats/JSON/JSONXmlReaderOptions.cs Wed Mar 23 19:52:08 2016 +0300 +++ b/Implab/Formats/JSON/JSONXmlReaderOptions.cs Thu Mar 24 02:30:46 2016 +0300 @@ -1,10 +1,7 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; + using System.Xml; -namespace Implab.JSON { +namespace Implab.Formats.JSON { /// <summary> /// Набор необязательных параметров для <see cref="JSONXmlReader"/>, позволяющий управлять процессом /// интерпретации <c>JSON</c> документа.