Mercurial > pub > ImplabNet
comparison Implab/JSON/JSONElementContext.cs @ 141:0fa293bb1351 v2
fixed JSON writer
author | cin |
---|---|
date | Tue, 24 Feb 2015 00:54:22 +0300 |
parents | c0bf853aa04f |
children |
comparison
equal
deleted
inserted
replaced
140:f973c5df9972 | 141:0fa293bb1351 |
---|---|
9 /// internal | 9 /// internal |
10 /// </summary> | 10 /// </summary> |
11 public enum JSONElementContext { | 11 public enum JSONElementContext { |
12 None, | 12 None, |
13 Object, | 13 Object, |
14 Array | 14 Array, |
15 Closed | |
15 } | 16 } |
16 } | 17 } |