Mercurial > pub > ImplabNet
comparison Implab/Formats/JSON/JSONElementContext.cs @ 165:e227e78d72e4 ref20160224
DFA refactoring
author | cin |
---|---|
date | Mon, 29 Feb 2016 02:02:17 +0300 |
parents | 419aa51b04fd |
children | d5c5db0335ee |
comparison
equal
deleted
inserted
replaced
164:ec35731ae299 | 165:e227e78d72e4 |
---|---|
1 using System; | 1 namespace Implab.Formats.JSON { |
2 using System.Collections.Generic; | |
3 using System.Linq; | |
4 using System.Text; | |
5 using System.Threading.Tasks; | |
6 | |
7 namespace Implab.JSON { | |
8 /// <summary> | 2 /// <summary> |
9 /// internal | 3 /// internal |
10 /// </summary> | 4 /// </summary> |
11 public enum JSONElementContext { | 5 enum JSONElementContext { |
12 None, | 6 None, |
13 Object, | 7 Object, |
14 Array, | 8 Array, |
15 Closed | 9 Closed |
16 } | 10 } |