##// END OF EJS Templates
Working on text scanner
Working on text scanner

File last commit:

r165:e227e78d72e4 ref20160224
r173:ecfece82ca11 ref20160224
Show More
JSONElementContext.cs
11 lines | 198 B | text/x-csharp | CSharpLexer
/ Implab / Formats / JSON / JSONElementContext.cs
cin
DFA refactoring
r165 namespace Implab.Formats.JSON {
cin
JSON moved to Formats namespace...
r163 /// <summary>
/// internal
/// </summary>
cin
DFA refactoring
r165 enum JSONElementContext {
cin
JSON moved to Formats namespace...
r163 None,
Object,
Array,
Closed
}
}