Mercurial > pub > ImplabNet
view Implab/JSON/JSONElementContext.cs @ 161:2a8466f0cb8a v2
DFA refactoring
author | cin |
---|---|
date | Fri, 19 Feb 2016 18:07:17 +0300 |
parents | 0fa293bb1351 |
children |
line wrap: on
line source
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Implab.JSON { /// <summary> /// internal /// </summary> public enum JSONElementContext { None, Object, Array, Closed } }