comparison 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
comparison
equal deleted inserted replaced
179:478ef706906a 180:c32688129f14
3 /// internal 3 /// internal
4 /// </summary> 4 /// </summary>
5 enum JSONElementContext { 5 enum JSONElementContext {
6 None, 6 None,
7 Object, 7 Object,
8 Array 8 Array,
9 Closed
9 } 10 }
10 } 11 }