##// END OF EJS Templates
working on JSON parser
working on JSON parser

File last commit:

r178:d5c5db0335ee ref20160224
r178:d5c5db0335ee ref20160224
Show More
JSONElementContext.cs
10 lines | 181 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,
cin
working on JSON parser
r178 Array
cin
JSON moved to Formats namespace...
r163 }
}