Mercurial > pub > ImplabNet
diff Implab/Formats/JSON/StringTranslator.cs @ 228:6fa235c5a760 v2
Rewritten JsonScanner, JsonParser, fixed naming style
author | cin |
---|---|
date | Tue, 12 Sep 2017 01:19:12 +0300 |
parents | 9428ea36838e |
children |
line wrap: on
line diff
--- a/Implab/Formats/JSON/StringTranslator.cs Sat Sep 09 03:53:13 2017 +0300 +++ b/Implab/Formats/JSON/StringTranslator.cs Tue Sep 12 01:19:12 2017 +0300 @@ -7,7 +7,7 @@ using System.Text; using System.Threading.Tasks; -namespace Implab.Formats.JSON { +namespace Implab.Formats.Json { /// <summary> /// Класс для преобразования экранированной строки JSON /// </summary>