diff Implab/Formats/JSON/JSONElementContext.cs @ 190:1c2a16d071a7 v2

Слияние с ref20160224
author cin
date Fri, 22 Apr 2016 13:08:08 +0300
parents c32688129f14
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Implab/Formats/JSON/JSONElementContext.cs	Fri Apr 22 13:08:08 2016 +0300
@@ -0,0 +1,11 @@
+namespace Implab.Formats.JSON {
+    /// <summary>
+    /// internal
+    /// </summary>
+    enum JSONElementContext {
+        None,
+        Object,
+        Array,
+        Closed
+    }
+}