Mercurial > pub > ImplabNet
view Implab/Formats/JSON/JSONElementContext.cs @ 226:9428ea36838e v2
fixed JSON parser error when parsing escaped double quote symbol
author | cin |
---|---|
date | Fri, 25 Aug 2017 02:16:35 +0300 |
parents | c32688129f14 |
children |
line wrap: on
line source
namespace Implab.Formats.JSON { /// <summary> /// internal /// </summary> enum JSONElementContext { None, Object, Array, Closed } }