diff Implab/Formats/JSON/JSONElementContext.cs @ 180:c32688129f14 ref20160224

refactoring complete, JSONParser rewritten
author cin
date Thu, 24 Mar 2016 02:30:46 +0300
parents d5c5db0335ee
children
line wrap: on
line diff
--- a/Implab/Formats/JSON/JSONElementContext.cs	Wed Mar 23 19:52:08 2016 +0300
+++ b/Implab/Formats/JSON/JSONElementContext.cs	Thu Mar 24 02:30:46 2016 +0300
@@ -5,6 +5,7 @@
     enum JSONElementContext {
         None,
         Object,
-        Array
+        Array,
+        Closed
     }
 }