Mercurial > pub > ImplabNet
diff Implab/Formats/JSON/JSONWriter.cs @ 180:c32688129f14 ref20160224
refactoring complete, JSONParser rewritten
author | cin |
---|---|
date | Thu, 24 Mar 2016 02:30:46 +0300 |
parents | 419aa51b04fd |
children |
line wrap: on
line diff
--- a/Implab/Formats/JSON/JSONWriter.cs Wed Mar 23 19:52:08 2016 +0300 +++ b/Implab/Formats/JSON/JSONWriter.cs Thu Mar 24 02:30:46 2016 +0300 @@ -4,7 +4,7 @@ using System.Globalization; using System.Diagnostics; -namespace Implab.JSON { +namespace Implab.Formats.JSON { public class JSONWriter { struct Context { public bool needComma;