diff Implab/Formats/JSON/JSONElementContext.cs @ 178:d5c5db0335ee ref20160224

working on JSON parser
author cin
date Wed, 23 Mar 2016 19:51:45 +0300
parents e227e78d72e4
children c32688129f14
line wrap: on
line diff
--- a/Implab/Formats/JSON/JSONElementContext.cs	Wed Mar 23 01:42:00 2016 +0300
+++ b/Implab/Formats/JSON/JSONElementContext.cs	Wed Mar 23 19:51:45 2016 +0300
@@ -5,7 +5,6 @@
     enum JSONElementContext {
         None,
         Object,
-        Array,
-        Closed
+        Array
     }
 }